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
How do you construct an increment statement or decrement statement in C?
How to write the code of the program to swap two numbers with in one statement?
What is boolean in c?
main() { int i; printf("%d",scanf"%d",&i))//if the input is 12 24 34 then wat will be the output }
can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?
Write a program to show the change in position of a cursor using c
What is static memory allocation? Explain
How can I prevent another program from modifying part of a file that I am modifying?
How do I convert a string to all upper or lower case?
Write a C program that reads a series of strings and prints only those ending in "ed"
Is a pointer a kind of array?
What header files do I need in order to define the standard library functions I use?