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
What are dangling pointers in c?
How do I copy files?
What is the condition that is applied with ?: Operator?
the question is that what you have been doing all these periods (one year gap)
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Can we increase size of array in c?
What is the purpose of the statement: strcat (S2, S1)?
Explain what is a static function?
Is fortran still used today?
What is use of null pointer in c?
Can you think of a logic behind the game minesweeper.
How do I use void main?
How many keywords are there in c?
In C language, a variable name cannot contain?
What functions are in conio h?