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 what is a newline escape sequence?
Define macros.
Tell me when is a void pointer used?
Why we use conio h in c?
How do you use a pointer to a function?
What does typeof return in c?
In a switch statement, explain what will happen if a break statement is omitted?
How can I invoke another program or command and trap its output?
explain what is an endless loop?
Between macros and functions,which is better to use and why?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is use of null pointer in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What is the difference between fread buffer() and fwrite buffer()?