int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
Answer Posted / jai
printf() will never be executed since for() is an infinite
loop.
Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
What are the 5 types of organizational structures?
Describe static function with its usage?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
There seem to be a few missing operators ..
Explain what is wrong with this program statement?
What does the format %10.2 mean when included in a printf statement?
Is c call by value?
Is anything faster than c?
How do you define structure?
What are dangling pointers? How are dangling pointers different from memory leaks?
What is property type c?
What is 1d array in c?
How to throw some light on the b tree?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
What is multidimensional arrays