Answer Posted / guest
we use loop when we want the given condition is checked
contineously.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to execute a program using if else condition and the output should enter number and the number is odd only...
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Why c is called top down?
What does volatile do?
Differentiate between declaring a variable and defining a variable?
Is there anything like an ifdef for typedefs?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the explanation for modular programming?
Write a program to print fibonacci series without using recursion?
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are pointers?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
Is c++ based on c?
What is wrong with this program statement?