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
Why void is used in c?
write a program to input 10 strings and compare without using strcmp() function. If the character of one string matches with the characters of another string , sort them and make it a single string ??? example:- str1="Aakash" st2="Himanshu" str="Uday" output:- Aakashimanshuday (please post the answer as quickly as possible)
What is structure padding and packing in c?
How does sizeof know array size?
How do I convert a string to all upper or lower case?
Explain how do you determine a file’s attributes?
int far *near * p; means
What is function prototype?
How do I get an accurate error status return from system on ms-dos?
What is the difference between functions abs() and fabs()?
Why functions are used in c?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
What are the __date__ and __time__ preprocessor commands?
What is size of union in c?
What are derived data types in c?