write a “Hello World” program in “c” without using a semicolon?
Answer Posted / bitan
int main(){
if(printf("Hello World")){}
}
Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
Why is #define used?
Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.
What is the difference between c &c++?
What is the advantage of an array over individual variables?
What are the application of c?
Is null valid for pointers to functions?
Why void is used in c?
Is there any data type in c with variable size?
What is c standard library?
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
what will be the output for the following main() { printf("hi" "hello"); }
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
What is the difference between Printf(..) and sprint(...) ?
List some basic data types in c?
What is meant by type specifiers?