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 is f'n in math?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
How can I find the modification date and time of a file?
What is void main () in c?
Difference between constant pointer and pointer to a constant.
What is volatile c?
Why calloc is better than malloc?
What is the difference between constant pointer and constant variable?
Can we declare variable anywhere in c?
What is the significance of scope resolution operator?
What is a shell structure examples?
Can stdout be forced to print somewhere other than the screen?
Explain how does free() know explain how much memory to release?
Is main is user defined function?
What type of function is main ()?