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
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What does %f mean c?
what does data structure mean?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
in which language c language is written?
how to go with this?
What is the difference between getch() and getche()?
write a program for even numbers?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
Why C language is a procedural language?
Explain what is the difference between the expression '++a' and 'a++'?
Why is void main used?