print ur name without using any semicolon in c/c++....
Answer Posted / ravi pandey
#include<stdio.h>
main()
{if(printf("ravi"))
}
| Is This Answer Correct ? | 9 Yes | 15 No |
Post New Answer View All Answers
What extern c means?
What are the disadvantages of a shell structure?
What are enums in c?
List out few of the applications that make use of Multilinked Structures?
What is new line escape sequence?
Difference between Shallow copy and Deep copy?
Differentiate between calloc and malloc.
What do you mean by command line argument?
write a program to print largest number of each row of a 2D array
Why c is faster than c++?
What is New modifiers?
What is "Duff's Device"?
Process by which one bit pattern in to another by bit wise operation is?
What does it mean when a pointer is used in an if statement?
What is the purpose of sprintf?