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 is unary operator?
Why dont c comments nest?
Are pointers really faster than arrays?
What is the collection of communication lines and routers called?
What should malloc() do?
Explain what are run-time errors?
What are the keywords in c?
What is pointer and structure in c?
Why is it important to memset a variable, immediately after allocating memory to it ?
What is spark map function?
What is modeling?
What is the easiest sorting method to use?
What is the use of sizeof?
What is the use of pointers in C?
What is the use of function in c?