print ur name without using any semicolon in c/c++....
Answer Posted / annie
#include<stdio.h>
#include<conio.h>
void main()
{
if(printf("INDIA"))
getch();
}
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Why do we use return in c?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What are the keywords in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
Are global variables static in c?
Can a variable be both constant and volatile?
Is c easy to learn?
What are c identifiers?
What is the use of f in c?
How many data structures are there in c?
How many levels of pointers have?
What is the modulus operator?
What are directives in c?
What is zero based addressing?
How can I open files mentioned on the command line, and parse option flags?