answersLogoWhite

0

#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;

}

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write a c program for matrix addition using function?

#include&lt;


Write a program to convert a 2 digit BCD number into hexadecimal number?

Write a program to convert a 2-digit BCD number into hexadecimal


2 Write a program to convert a 2-digit BCD number into hexadecimal?

WRITE A PROGRAM TO CONVERT A 2-DIGIT bcd NUMBER INTO HEXADECIMAL


What is it called when you write a number as a sum?

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 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.


How do you write a c program to convert binary to decimal by using while statement?

write a c++ program to convert binary number to decimal number by using while statement


Write a program that read phrase and print the number of lower-case letter in it using function of counting?

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 program By using if else statement to read a number and check whether it is positive or negative?

write a c++program by using if statement to read a number and check whether it is positive or negative


Write an addicion story for two 3-digit number?

write an addition story for two 3-digit numbers. write the answer to your story


Write a C program to convert hexadecimal number into decimal number?

pongada punda vayanungala ..................


A program c plus plus on automorphic numbers or not?

how to write a program that counts automorphic number from 1 to 999


Can you write addition of 2 no program without using third variable?

Yes. int a, b; a= 2; b= 3; a= a+b;