void main()
{
int a=1;
while(a++<=1)
while(a++<=2);
}
Answer Posted / venkatapradeep774
ans:5...i need an explaination for this tat how it will be 5.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can you add pointers together? Why would you?
Why cant I open a file by its explicit path?
What are the primitive data types in c?
What is binary tree in c?
Explain how can I write functions that take a variable number of arguments?
Are enumerations really portable?
What is malloc and calloc?
What is the difference between variable declaration and variable definition in c?
Write a program to print all permutations of a given string.
What is else if ladder?
C language questions for civil engineering
What are near, far and huge pointers?
What is the difference between array and pointer?
What is the difference between printf and scanf )?
What is #line used for?