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
Can 'this' pointer by used in the constructor?
hi, which software companys will take,if d candidate's % is jst 55%?
What is mean by Data Driven framework in QTP? Can any one answer me in details on this regard.
When should structures be passed by values or by references?
What is #include cctype?
What are the different types of errors?
In C, What is the #line used for?
is it possible to create your own header files?
Why is a semicolon (;) put at the end of every program statement?
Explain what are the __date__ and __time__ preprocessor commands?
Why we use void main in c?
What is meant by 'bit masking'?
What is the right way to use errno?
What does %p mean c?
can we have joblib in a proc ?