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
What is the difference between text and binary i/o?
What’s a signal? Explain what do I use signals for?
What are the data types present in c?
What is the use of a conditional inclusion statement in C?
Explain argument and its types.
Is fortran still used today?
What is bash c?
Write a program to generate the Fibinocci Series
What does sizeof return c?
Tell us bitwise shift operators?
Do you know the difference between malloc() and calloc() function?
What are control structures? What are the different types?
What are identifiers c?
Is it acceptable to declare/define a variable in a c header?
Explain the term printf() and scanf() used in c language?