Answer Posted / love agarwal
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
printf("hello");
getch();
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Tell me what is the purpose of 'register' keyword in c language?
What are the 4 types of functions?
Explain the array representation of a binary tree in C.
Explain how can I avoid the abort, retry, fail messages?
What does. int *x[](); means ?
what is the format specifier for printing a pointer value?
Is there a built-in function in C that can be used for sorting data?
What math functions are available for integers? For floating point?
What are data structures in c and how to use them?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Difference between pass by reference and pass by value?
How to Throw some light on the splay trees?
Can you please explain the difference between malloc() and calloc() function?
Write a program on swapping (100, 50)
What are types of structure?