what will be the output of this program
main()
{
int i=1;
while (i<=10);
{
i++;
}
}
Answer Posted / pervinder sing dinghra
infine loop
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why isn't it being handled properly?
a program that can input number of records and can view it again the record
What is double pointer?
Why doesn't C support function overloading?
what is reason of your company position's in india no. 1.
write a program fibonacci series and palindrome program in c
What is clrscr ()?
Tell me with an example the self-referential structure?
What will the preprocessor do for a program?
What is a built-in function in C?
What is the difference between #include
How many keywords (reserve words) are in c?
all c language question
#include
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix