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
What does a pointer variable always consist of?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
main() { int i,n=010; int sum=0; for(i=1;i<=n;i++) {s=s+i; } printf("%d",&s); getch(); }
can u suggest me am in a confusion to choose whether to go to c programming or a software testing . am a graduate in B.sc(electronics).
What is the main difference between calloc () and malloc ()?
Why should I use standard library functions instead of writing my own?
7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above
What is the best way to store flag values in a program?
What is c language and why we use it?
c language interview questions & answer
Explain what is the difference between the expression '++a' and 'a++'?
What is #error and use of it?