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 two dimensional arrays alternatively called as?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
Here is a good puzzle: how do you write a program which produces its own source code as output?
Describe the modifier in c?
Why cant I open a file by its explicit path?
Why do some versions of toupper act strangely if given an upper-case letter?
#include
What is variable in c example?
difference between Low, Middle, High Level languages in c ?
What is the difference between abs() and fabs() functions?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
How can I sort a linked list?
Explain what is the difference between a string and an array?
How to define structures? ·
How do you use a pointer to a function?