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
Define circular linked list.
What is the purpose of 'register' keyword?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is the use of typedef in structure in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Is javascript written in c?
WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?
Is malloc memset faster than calloc?
swap 2 numbers without using third variable?
What does calloc stand for?
write a program to generate address labels using structures?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
If fflush wont work, what can I use to flush input?
Write a program for finding factorial of a number.
What is the most efficient way to store flag values?