Answer Posted / keerthana
for loop is executed the condition is satified ..the loop
is executed. ex: n=5 ..the loop is 5 times executed..becoz
the condition is true..otherwise loop is exit.
while loop is executed the condition is true..otherwise
after one time..executed until the condition is false..
| Is This Answer Correct ? | 15 Yes | 5 No |
Post New Answer View All Answers
Can you subtract pointers from each other? Why would you?
What is an auto keyword in c?
What are the advantages of using new operator as compared to the function malloc ()?
What is bss in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the difference between union and anonymous union?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Which header file is used for clrscr?
Where register variables are stored in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Why can’t constant values be used to define an array’s initial size?
How is null defined in c?
The difference between printf and fprintf is ?
Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.
What is the code in while loop that returns the output of given code?