Why is #define used?
No Answer is Posted For this Question
Be the First to Post Answer
main() { int i; printf("%d",((i=1)*i-- - --i*(i=-3)*i++ + ++i)); } ans is 24 bt how?pls tell smbody............
Write a program on swapping (100, 50)
wat is output of the following int main() { const int j=2; int i; switch(i) { case 1:break; case j:break; default:break; } }
What is a lvalue
write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?
What is the restrict keyword in C?
How do you use a pointer to a function?
1. Write a program to reverse every second word in a given sentence.
write a program to display the numbers having digit 9 in the given range from 1 to 100
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is an endless loop?
What is integer constants?