write c program without semicolon
Answer Posted / sumit
int main()
{
if(printf("hello"))
{
}
}
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What was noalias and what ever happened to it?
What is the newline escape sequence?
What are keywords c?
Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Why are all header files not declared in every c program?
Differentiate call by value and call by reference?
What are the features of c language?
What is nested structure with example?
What is the difference between exit() and _exit() function?
What is difference between structure and union in c?
Why is c called a structured programming language?
How many data structures are there in c?
What is d'n in c?
Is it better to bitshift a value than to multiply by 2?