write c program without semicolon
Answer Posted / ramya
#include<stdio.h>
void main()
{
if(printf("sum=%d",(10+20))
{
}
}
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain how do you convert strings to numbers in c?
Explain do array subscripts always start with zero?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are the different types of errors?
How to explain the final year project as a fresher please answer with sample project
I need previous papers of CSC.......plz help out by posting them.......
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
simple program of graphics and their output display
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Write a code of a general series where the next element is the sum of last k terms.
Not all reserved words are written in lowercase. TRUE or FALSE?
What are the advantages and disadvantages of c language?
What does == mean in texting?
Why is void main used?
what is uses of .net