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


Please Help Members By Posting Answers For Below Questions

What was noalias and what ever happened to it?

786


What is the newline escape sequence?

837


What are keywords c?

804


Write a C Program That Will Count The Number Of Even And Odd Integers In A Set using while loop

1929


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?

2433


Why are all header files not declared in every c program?

825


Differentiate call by value and call by reference?

761


What are the features of c language?

832


What is nested structure with example?

826


What is the difference between exit() and _exit() function?

799


What is difference between structure and union in c?

745


Why is c called a structured programming language?

1004


How many data structures are there in c?

843


What is d'n in c?

830


Is it better to bitshift a value than to multiply by 2?

868