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
What is define directive?
Can the “if” function be used in comparing strings?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
What's the right way to use errno?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is a c token and types of c tokens?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Why can't I perform arithmetic on a void* pointer?
What is linear search?
How do you redirect a standard stream?
write a program in c language to print your bio-data on the screen by using functions.
What is actual argument?
What is pointer & why it is used?
how can i access hard disk address(physical address)? are we access hard disk by using far,near or huge pointer? if yes then please explain.....