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
What is %d called in c?
What are volatile variables in c?
what is stack , heap ,code segment,and data segment
What does it mean when a pointer is used in an if statement?
What is the difference between new and malloc functions?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?
What is difference between structure and union with example?
What is main () in c language?
What is class and object in c?
all c language question
what are the facialities provided by you after the selection of the student.
What do you mean by keywords in c?
Can we change the value of static variable in c?
Tell me when is a void pointer used?