Explain 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 difference between postfix and prefix unary increment operators?
Explain what is operator promotion?
what is void pointer?
program to convert a integer to string in c language'
what is d pitfalls of registers variables
How does the assert() function work?
how to find binary of number?
What is wrong with this declaration?
What is substring in c?
Explain what is wrong with this program statement? Void = 10;
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
write a program to print sum of each row of a 2D array.