How can you print HELLO WORLD without using "semicolon"?
Answer Posted / vinita khandavi
#include(stdio.h)
// Develped by vinita
void main()
{
if(printf("Hello world"))
{
}
}
| Is This Answer Correct ? | 32 Yes | 17 No |
Post New Answer View All Answers
what is a constant pointer in C
the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset
What is the difference between far and near ?
What is variable in c example?
What is function and its example?
What are different types of operators?
Why header file is used in c?
Why c is called a mid level programming language?
Describe the header file and its usage in c programming?
Explain how can I avoid the abort, retry, fail messages?
What is getch c?
Where static variables are stored in c?
hi send me sample aptitude papers of cts?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What is a stream?