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
int far *near * p; means
What do you know about the use of bit field?
How can variables be characterized?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
Do you know the use of fflush() function?
What is file in c language?
Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result
How do you view the path?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
What is register variable in c language?
What is the full form of getch?
What is extern variable in c with example?
How can you increase the size of a dynamically allocated array?
What is quick sort in c?
Explain how do you generate random numbers in c?