a=0;
while(a<5)
printf("%d\n",a++);
how many times does the loop occurs?
a.infinite
b.5
c.4
d.6
Answer Posted / sruthi
answer is b
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Explain what are the advantages and disadvantages of a heap?
Explain what happens if you free a pointer twice?
How can I read data from data files with particular formats?
how to print the character with maximum occurence and print that number of occurence too in a string given ?
Explain what is the difference between text files and binary files?
What is difference between far and near pointers?
How can I rethow can I return a sequence of random numbers which dont repeat at all?
What are the two types of structure?
Who is the founder of c language?
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What is the difference between array and pointer?
What is the difference between declaring a variable and defining a variable?
The statement, int(*x[]) () what does in indicate?
Why do we use & in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12