what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / durgesh
Infinite Loop...
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Why malloc is faster than calloc?
What is atoi and atof in c?
Explain union.
Why do we use & in c?
Is c# a good language?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain how do you use a pointer to a function?
how to make a scientific calculater ?
What do you mean by invalid pointer arithmetic?
What is keyword in c?
Can you please explain the scope of static variables?
write a c program in such a way that if we enter the today date the output should be next day's date.
Is this program statement valid? INT = 10.50;
What is action and transformation in spark?