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
How do you define structure?
Tell me what is the purpose of 'register' keyword in c language?
Write a program to show the change in position of a cursor using c
How many types of functions are there in c?
What is the importance of c in your views?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is meant by inheritance?
What does stand for?
What is this pointer in c plus plus?
What is the use of bit field?
Are the variables argc and argv are always local to main?
How can I split up a string into whitespace-separated fields?
What is scope and lifetime of a variable in c?
List the variables are used for writing doubly linked list program.
What is the best way to comment out a section of code that contains comments?