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 are header files in c?
Who invented b language?
Why is c faster?
Write a program to reverse a linked list in c.
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
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
pierrot's divisor program using c or c++ code
What's the total generic pointer type?
Are the variables argc and argv are local to main?
Are global variables static in c?
What is c token?
Hai what is the different types of versions and their differences
What is modifier & how many types of modifiers available in c?
What is character set?
Why is not a pointer null after calling free?