Answer Posted / maskfriend
#include<stdio.h>
#include<conio.h>
void main()
{
printf("hai");
getch();
}
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Is that possible to add pointers to each other?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Explain the difference between call by value and call by reference in c language?
How can I implement sets or arrays of bits?
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
Explain what header files do I need in order to define the standard library functions I use?
What is echo in c programming?
What is else if ladder?
What's the total generic pointer type?
what is the difference between class and unio?
What is the difference between union and anonymous union?
What are the advantage of c language?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
How can I do serial ("comm") port I/O?
What are type modifiers in c?