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 are header files in c?

845


Who invented b language?

1169


Why is c faster?

802


Write a program to reverse a linked list in c.

895


Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

937


Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record

5011


pierrot's divisor program using c or c++ code

1986


What's the total generic pointer type?

858


Are the variables argc and argv are local to main?

1034


Are global variables static in c?

910


What is c token?

858


Hai what is the different types of versions and their differences

1749


What is modifier & how many types of modifiers available in c?

840


What is character set?

946


Why is not a pointer null after calling free?

811