Answer Posted / naresh lingampally
void main()
{
int i;
clrscr();
for(i=0;;i++)
{
printf("%d",&i);
}
getch();
}
| Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Is it possible to pass an entire structure to functions?
What is queue in c?
When should I declare a function?
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above
Is this program statement valid? INT = 10.50;
What is the value of c?
How is null defined in c?
What is conio h in c?
What are different storage class specifiers in c?
What are the benefits of organizational structure?
How many loops are there in c?
What is bss in c?
What are the advantages and disadvantages of pointers?
#include
What is typedef?