Answer Posted / ankith.v
to print the statements Repeatedly until the specified
condition is failed
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain enumerated types in c language?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays
what is event driven software and what is procedural driven software?
Is stack a keyword in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
How to draw the flowchart for structure programs?
Explain what are reserved words?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What is #ifdef ? What is its application?
Explain how can you determine the size of an allocated portion of memory?
What does the error message "DGROUP exceeds 64K" mean?
why do some people write if(0 == x) instead of if(x == 0)?
What is extern c used for?
write a programe to accept any two number and check the following condition using goto state ment.if a>b,print a & find whether it is even or odd and then print.and a
Is array name a pointer?