How to add two numbers without using semicolon n c????
Answer Posted / sorab aggarwal
#include<conio.h>
#include<stdio.h>
void main()
{
if(printf("%d",5+6))
{}
getch();
}
| Is This Answer Correct ? | 27 Yes | 8 No |
Post New Answer View All Answers
What are the keywords in c?
write a program to find out prime number using sieve case?
What is clrscr ()?
What is maximum size of array in c?
How can you call a function, given its name as a string?
Why is sizeof () an operator and not a function?
can anyone please tell about the nested interrupts?
in linking some of os executables are linking name some of them
C language questions for civil engineering
What is c language and why we use it?
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
In C programming, how do you insert quote characters (‘ and “) into the output screen?
When is a null pointer used?
Explain high-order bytes.
How is pointer initialized in c?