write c program without semicolon
Answer Posted / saurabh rakhecha
int main()
{
if (printf(" Hello"))
{
// EMPTY
}
}
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why do we use return in c?
What is formal argument?
What is the full form of getch?
When should I declare a function?
Whats s or c mean?
What are structural members?
How can I remove the trailing spaces from a string?
Why is structure important for a child?
what are the 10 different models of writing an addition program in C language?
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
What is a substring in c?
The number of bytes of storage occupied by short, int and long are a) 2, 2 and 4 b) 2, 4 and 4 c) 4, 4 and 4 d) none
What is function prototype?
What are the 5 types of organizational structures?
What are the different properties of variable number of arguments?