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


Please Help Members By Posting Answers For Below Questions

Where are some collections of useful code fragments and examples?

727


is it possible to create your own header files?

654


Why we write conio h in c?

577


Explain what is the difference between a string and an array?

648


What is the equivalent code of the following statement in WHILE LOOP format?

780






What are keywords in c with examples?

623


what is ur strangth & weekness

1836


will u please send me the placement papers to my mail???????????????????

1376


Can the sizeof operator be used to tell the size of an array passed to a function?

630


What is the purpose of macro in C language?

679


What is the difference between volatile and const volatile?

577


What is hashing in c language?

628


Why should I prototype a function?

657


What do you mean by scope of a variable in c?

558


Can you please compare array with pointer?

625