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
Is null a keyword in c?
How do you generate random numbers in C?
What does 2n 4c mean?
What are the types of type qualifiers in c?
Write the control statements in C language
i have a written test for microland please give me test pattern
What is null in c?
What is the best organizational structure?
What is queue in c?
Explain what is a program flowchart and explain how does it help in writing a program?
using only #include
What is the use of linkage in c language?
What is the purpose of sprintf() function?
What kind of structure is a house?
What is enumerated data type in c?