Is it better to use a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any restriction in how many arguments printf or scanf function can take? in which file in my c++ compiler i can see the code for implementation of these two functions??
How can I prevent another program from modifying part of a file that I am modifying?
Without Computer networks, Computers will be half the use. Comment.
What is volatile keyword in c?
c program to manipulate x=1!+2!+3!+...+n! using recursion
Print all the palindrome numbers.If a number is not palindrome make it one by attaching the reverse to it. eg:123 output:123321 (or) 12321
What is enumerated data type in c?
What is the meaning When we write "#include" what is # and what does include does there???
What is getch () for?
Explain b+ tree?
a simple program in c language
where can function pointers be used?