How to add two numbers without using semicolon at runtime
Answer Posted / snehal sawant
#include<stdio.h>
void main()
{
while(!printf("11+20= %d ",11+20))
{
}
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is javascript written in c?
Explain the use of #pragma exit?
What does sizeof return c?
Explain what are its uses in c programming?
What are valid signatures for the Main function?
I heard that you have to include stdio.h before calling printf. Why?
what are the facialities provided by you after the selection of the student.
What is difference between scanf and gets?
When is a “switch” statement preferable over an “if” statement?
What is the size of a union variable?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What does double pointer mean in c?
Is there sort function in c?
Is main a keyword in c?
Explain the difference between structs and unions in c?