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


Please Help Members By Posting Answers For Below Questions

Explain high-order bytes.

670


How is a macro different from a function?

648


What is the -> in c?

573


Explain how do you print an address?

652


write an algorithm to display a square matrix.

2213






What would be an example of a structure analogous to structure c?

570


Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.

1514


Explain how does free() know explain how much memory to release?

567


which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +

1171


how many errors in c explain deply

1623


What are the types of pointers?

594


Differentiate between full, complete & perfect binary trees.

664


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

633


What is a method in c?

615


What is bubble sort in c?

627