What is the best way to comment out a section of code that contains comments?
No Answer is Posted For this Question
Be the First to Post Answer
What is the benefit of using an enum rather than a #define constant?
What does the function toupper() do?
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
Write a program that receives as input a number omaadel-n-print, four digits.
sum of two integers values only other then integer it should print invalid input.
what different between c and c++
What is the difference between null pointer and wild pointer?
What is the difference between int main and void main in c?
What is the difference between CV and Resume ?
Is c procedural or object oriented?
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
Can you tell me how to check whether a linked list is circular?