int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);
Answer Posted / vikramanj
int i=10[;]
main()
{
int i=20,n;
for(n=0;n<=i;)
{
int i=10[;]
i++;
}
printf("%d", i);
The syntax errs r specified in sq.braces..
if its corrected there s no terminating condition also..
so no o/p..
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is restrict keyword in c?
What does p mean in physics?
State the difference between realloc and free.
What is an auto keyword in c?
What is auto keyword in c?
Why doesnt the call scanf work?
How does placing some code lines between the comment symbol help in debugging the code?
What are variables and it what way is it different from constants?
How many levels deep can include files be nested?
What is fflush() function?
What do you mean by dynamic memory allocation in c?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
The __________ attribute is used to announce variables based on definitions of columns in a table?
What are control structures? What are the different types?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?