Answer Posted / shabeer v c
#include<stdio.h>
#include<conio.h>
void main()
{
printf(" \"hai");
printf(" \" ");
getch();
}
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can you mix old-style and new-style function syntax?
Is calloc better than malloc?
What is difference between class and structure?
Write a code of a general series where the next element is the sum of last k terms.
Tell me what is the purpose of 'register' keyword in c language?
What is the difference between strcpy() and memcpy() function in c programming?
Explain goto?
What is meant by type specifiers?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What are the valid places to have keyword “break”?
Which is best book for data structures in c?
differentiate built-in functions and user – defined functions.
Explain how can a program be made to print the line number where an error occurs?
what are enumerations in C
How can I automatically locate a programs configuration files in the same directory as the executable?