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
Explain why c is faster than c++?
I have seen function declarations that look like this
Why is not a pointer null after calling free?
write a program to create a sparse matrix using dynamic memory allocation.
What is function prototype in c language?
What are the types of unary operators?
Tell me what are bitwise shift operators?
What is the purpose of 'register' keyword in c language?
If fflush wont work, what can I use to flush input?
When should structures be passed by values or by references?
Is c easier than java?
What is the function of this pointer?
Explain what is the difference between a free-standing and a hosted environment?
What is variables in c?
Write a program to print fibonacci series without using recursion?