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 does #pragma once mean?
Are local variables initialized to zero by default in c?
what is a constant pointer in C
How can I remove the trailing spaces from a string?
What does dm mean sexually?
What are the Advantages of using macro
Who invented bcpl language?
Can you subtract pointers from each other? Why would you?
Are the outer parentheses in return statements really optional?
Write a program for finding factorial of a number.
What is a union?
Which node is more powerful and can handle local information processing or graphics processing?
What happens if you free a pointer twice?
Write the syntax and purpose of a switch statement in C.
the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?