#include <inttypes.h>
#include <stdio.h>
int main (void)
{
int16_t x= 7, y= 8, z=x+y;
printf ("%d+%d=%d\n", x, y, z);
return 0;
}
#include<
Write a program to convert a 2-digit BCD number into hexadecimal
WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL
sum= answer of an addition question.. so the number of the sum is the answer.
Write a program which takes any number of days from the user. the program should display the number of years, number of months formed by these days as well as the remaining days.
write a c++ program to convert binary number to decimal number by using while statement
write a program that reads a phrase and prints the number of lowercase latters in it using a function for counting? in C program
write a c++program by using if statement to read a number and check whether it is positive or negative
write an addition story for two 3-digit numbers. write the answer to your story
pongada punda vayanungala ..................
how to write a program that counts automorphic number from 1 to 999
Yes. int a, b; a= 2; b= 3; a= a+b;