How to print "Hi World" without using semi colon?
Answer Posted / saravana kumar
#include<stdio.h>
void main()
{
if(printf("Hi World"))
}
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
What is keyword with example?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
In a switch statement, explain what will happen if a break statement is omitted?
What is a stream water?
What are the differences between new and malloc in C?
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
When c language was developed?
Why c is a procedural language?
How can I implement a delay, or time a users response, with sub-second resolution?
What are header files? What are their uses?
What are c preprocessors?
When would you use a pointer to a function?
What is a string?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555