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
What is difference between union All statement and Union?
List the difference between a "copy constructor" and a "assignment operator"?
What is the advantage of using #define to declare a constant?
Explain what is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is difference between Structure and Unions?
What is the use of gets and puts?
What are the different types of C instructions?
What is meant by initialization and how we initialize a variable?
What is c programming structure?
What is a program?
What's the total generic pointer type?
Explain what is the stack?
Write a program to print fibonacci series without using recursion?
Explain how can you check to see whether a symbol is defined?
What is the purpose of scanf() and printf() functions?