int i =10
main()
{
int i =20,n;
for(n=0;n<=i;)
{
int i=10
i++;
}
printf("%d", i);

Answer Posted / guest

i=20

Is This Answer Correct ?    2 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between text and binary i/o?

756


What’s a signal? Explain what do I use signals for?

820


What are the data types present in c?

820


What is the use of a conditional inclusion statement in C?

804


Explain argument and its types.

776






Is fortran still used today?

780


What is bash c?

747


Write a program to generate the Fibinocci Series

850


What does sizeof return c?

790


Tell us bitwise shift operators?

780


Do you know the difference between malloc() and calloc() function?

793


What are control structures? What are the different types?

807


What are identifiers c?

818


Is it acceptable to declare/define a variable in a c header?

848


Explain the term printf() and scanf() used in c language?

787