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 is the difference between NULL and NUL?
Explain the difference between call by value and call by reference in c language?
if p is a string contained in a string?
What is 'bus error'?
Is struct oop?
what do the 'c' and 'v' in argc and argv stand for?
I need a sort of an approximate strcmp routine?
Is file a keyword in c?
What is the difference between text and binary i/o?
Do you know what are bitwise shift operators in c programming?
What is formal argument?
What is meant by 'bit masking'?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd
How can variables be characterized?
What is FIFO?