write c program without semicolon
Answer Posted / rockabhi
int main()
{
if (printf(" d" Hello"))
{
// EMPTY
}
}
| Is This Answer Correct ? | 38 Yes | 11 No |
Post New Answer View All Answers
explain what are actual arguments?
What is the c value paradox and how is it explained?
Explain what is gets() function?
what is the function of pragma directive in c?
What is meant by errors and debugging?
When should we use pointers in a c program?
What is the Purpose of 'extern' keyword in a function declaration?
What are the types of macro formats?
What tq means in chat?
How can I call a function with an argument list built up at run time?
Write a program to find factorial of a number using recursive function.
What are variables c?
Can you please explain the difference between syntax vs logical error?
What is difference between && and & in c?
What are header files and explain what are its uses in c programming?