answersLogoWhite

0

int main (void) { printf ("%d+%d=%d\n", 6, 7, 6+7); return 0; }

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How do you write an assembly language program to find the sum of n numbers using array?

write an assembly language program to find sum of N numbers


Write an assembly language program to multiply two BCD numbers?

fish


How do you write the average n numbers program in c language?

Write your program and if you are having a problem post it here with a description of the problem you are having. What you are asking is for someone to do your homework for you. no i am asking to verify my answer


Write a programme for substraction of two numbers in c language?

substracion of any two number program in c


Write a program in C language to multiply any two numbers without using in source code?

The question is malformed and incomprehensible.


Write Client and server program in C language using UDP?

Write and run a client and a server program in C-language using UDP


Who to Write a programme for addition of two 100 digit numbers in c language?

The native C language will not permit the addition of two 100 digit numbers with native data types. Therefore, you need to simulate the 100 digit numbers differently, and that can be done various ways, including using an arbitrary precision math package, or BCD arithmetic, etc.


How do you Write a program in 'c' language which accepts int numbers from the users print its reverse number x function which return value?

question clarity


Write an assembly language program to print a to z on screen?

write a program to print A to Z on screen in c?


Write a program in Lex to eliminate white space and collect numbers as a token?

write a lex program to delete space from the program


Can you write program by c language in dos?

Yes.


Write a c program for matrix addition using function?

#include<