How does placing some code lines between the comment symbol help in debugging the code?
No Answer is Posted For this Question
Be the First to Post Answer
Are the outer parentheses in return statements really optional?
What is the difference between functions getch() and getche()?
What does the format %10.2 mean when included in a printf statement?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
2 Answers HCL, IBM, Satyam, Vimal, Vimukti Technologies,
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
What is data structure in c language?
Explain the difference between structs and unions in c?
What are predefined functions in c?
Write the syntax and purpose of a switch statement in C.
What does double pointer mean in c?