There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
No Answer is Posted For this Question
Be the First to Post Answer
Find errors (1) m = ++a*5; (2) a = b ++ -c*2; (3)y = sqrt (1000);
How to use c/c++ code in JAVA
10 Answers CDAC, IBM, Satyam, Scope International,
What is calloc malloc realloc in c?
What is the difference between #include <header file> and #include “header file”?
Explain how does free() know explain how much memory to release?
In a byte, what is the maximum decimal number that you can accommodate?
What is a buffer in c?
Explain what is the difference between functions abs() and fabs()?
Is it possible to run using programming C for Java Application?
String concatenation
Is the C language is the portable language...If yes...Then Why...and if not then what is problem so it is not a Portable language..???
What is union in c?