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 is the purpose of & in scanf?
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is c token?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
I need previous papers of CSC.......plz help out by posting them.......
How can I dynamically allocate arrays?
What are the uses of a pointer?
Write a program to reverse a given number in c language?
Is linux written in c?
Explain union.
Differentiate between functions getch() and getche().
What does a pointer variable always consist of?
Differentiate call by value and call by reference?
Write a program to swap two numbers without using third variable?
What are disadvantages of C language.