Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
No Answer is Posted For this Question
Be the First to Post Answer
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Can main () be called recursively?
What is the difference between far and near ?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
Find the highest of three numbers and print them using ascending orders?
What is a example of a variable?
What are inbuilt functions in c?
What is 'makefile' in C langauage? How it be useful? How to write a makefile to a particular program?
What type of function is main ()?
1)which of following operator can't be overloaded. a)== b)++ c)?! d)<=
What is the difference between scanf and fscanf?
How can I get back to the interactive keyboard if stdin is redirected?