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 Difference Between Null And Void Pointer?
Describe newline escape sequence with a sample program?
What is the use of clrscr?
What is int main () in c?
how is the examination pattern?
please explain every phase in the "SDLC" in the dotnet.
What are the types of data files?
Differentiate between #include<...> and #include '...'
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
What is #include called?
What is const keyword in c?
What are the different types of data structures in c?
what is a constant pointer in C
State the difference between x3 and x[3].
What is meant by preprocessor in c?