Answer Posted / rahul
#include<stdio.h>
#include<conio.h>
void main()
{
clrscr();
int i=5;
printf("%d",i);
getch();
}
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between null pointer and void pointer.
What does sizeof int return?
Write program to remove duplicate in an array?
Why do some versions of toupper act strangely if given an upper-case letter?
What is the difference between null pointer and wild pointer?
What is the purpose of 'register' keyword?
What is restrict keyword in c?
Which is the best website to learn c programming?
Explain the properties of union. What is the size of a union variable
What are the types of functions in c?
What is gets() function?
What is queue in c?
What are conditional operators in C?
What are the disadvantages of external storage class?
Which are low level languages?