Which one would you prefer - a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
what is op? for(c=0;c=1000;c++) printf("%c",c);
write a addition of two no. program with out using printf,scanf,puts .
How can I direct output to the printer?
What is the difference function call by value & function call by reference?
How to compare array with pointer in c?
how to add our own function in c library please give details.?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
Why clrscr is used after variable declaration?
How can I convert integers to binary or hexadecimal?
suppose there are five integers write a program to find larger among them without using if- else
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
What is #ifdef ? What is its application?