Answer Posted / harish[nttf]
#include<stdio.h>
void main()
{
printf("\"HAI""\"");
getch();
}
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Tell me when is a void pointer used?
Why c language?
What is register variable in c language?
Is it possible to pass an entire structure to functions?
What is a protocol in c?
Can one function call another?
What are the different types of endless loops?
What is pragma in c?
What is the purpose of void in c?
What does c mean in basketball?
What is sizeof array in c?
What is C language ?
What are structural members?
Is that possible to add pointers to each other?
Which control loop is recommended if you have to execute set of statements for fixed number of times?