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 calloc in c?
What is the usage of the pointer in c?
how we can make 3d venturing graphics on outer interface
differentiate built-in functions and user – defined functions.
Why does everyone say not to use scanf? What should I use instead?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above
Why is struct padding needed?
What does c mean?
What happens if you free a pointer twice?
How will you delete a node in DLL?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Which is better between malloc and calloc?
How was c created?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?