c program to print a name without using semicolon
Answer Posted / nirbhay gupta
#define $ ;
main()
{
printf("i am Nirbhay Gupta")$
printf("right")$
}
| Is This Answer Correct ? | 5 Yes | 18 No |
Post New Answer View All Answers
What are the advantages of c preprocessor?
What do you know about the use of bit field?
Why is c called c not d or e?
What are pragmas and what are they good for?
What is the use of a semicolon (;) at the end of every program statement?
What is getch?
write a c program to find the sum of five entered numbers using an array named number
Sir i need notes for structure,functions,pointers in c language can you help me please
c program to compute AREA under integral
If fflush wont work, what can I use to flush input?
What is the data segment that is followed by c?
Are enumerations really portable?
Differentiate between the = symbol and == symbol?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
What are run-time errors?