How is a macro different from a function?
No Answer is Posted For this Question
Be the First to Post Answer
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 total number of disk writes by MySQL
What is string concatenation in c?
Why is c not oop?
what is the difference between declaration and definition of a variable or function ?
What is the purpose of sprintf() function?
void main() {int i=2; printf("%d%d%d",i,++i,i++); getch(); }
write a programe to find the factorial of given number using recursion
What is a class c rental property?
what is difference b/w extern & volatile variable??
When the macros gets expanded?
What is the difference between printf and scanf )?
Why & is used in scanf in c?