write a “Hello World” program in “c” without using a semicolon?
Answer Posted / latiff
int main()
{
if(printf("hello world"))
}
In if statement compiler does not expect semicolon.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the purpose of void pointer?
Explain pointers in c programming?
Explain how are 16- and 32-bit numbers stored?
Tell us the use of fflush() function in c language?
What is the difference between array and linked list in c?
What is the difference between functions abs() and fabs()?
What are disadvantages of C language.
What is difference between structure and union?
In which layer of the network datastructure format change is done
A c program to display count values from 0 to 100 and flash each digit for a secong.reset the counter after it reaches 100.use for loop,. pls guys hepl me.. :(
Are global variables static in c?
Explain how do you sort filenames in a directory?
What is meant by inheritance?
If I have a char * variable pointing to the name of a function ..
How do you sort filenames in a directory?