Answer Posted / amit kumar sharma
do while loop executes at once even when the condition is
false and do is to create to do something...
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain which function in c can be used to append a string to another string?
what is the basis for selection of arrays or pointers as data structure in a program
What is difference between scanf and gets?
What is ctrl c called?
What is a pointer value and address in c?
Explain the binary height balanced tree?
Explain what are bus errors, memory faults, and core dumps?
What’s a signal? Explain what do I use signals for?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
How can I run c program?
Explain what happens if you free a pointer twice?
Why malloc is faster than calloc?
What is the purpose of void in c?
What is difference between array and pointer in c?
Why ca not I do something like this?