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
how to generate the length of a string without using len funtion?
What is structure of c program?
write a program to copy a string without using a string?
Write a program that will read the input of any number of digits n in a row of shafh showing the breakdown of the printing and printing figures by the recursive function.
Can you think of a way when a program crashed before reaching main? If yes how?
What is difference between array and pointer in c?
Can we change the value of #define in c?
How can I convert a number to a string?
How do you list files in a directory?
what is compiler
what is the difference between i++ and ++i?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)