Which one would you prefer - a macro or a function?
No Answer is Posted For this Question
Be the First to Post Answer
why we shiuld use main keyword in C
what is the use of operator ^ in C ? and how it works?
how i m write c program 1.check prime number 2.prime number series
which of 'arrays' or 'pointers' are faster?
we need to calculating INCOME TAX for the person. The INCOME TAX is as follows:- First $10000/- of income : 4% tax Next $10000/- of income : 8% tax Next $10000/- of income : 11.5% tax above $10, 00,00/- : 15% tax What is the Solution of this Question ?
What are enums in c?
What math functions are available for integers? For floating point?
What is use of bit field?
What is meant by high-order and low-order bytes?
program to convert a integer to string in c language'
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Create a simple code fragment that will swap the values of two variables num1 and num2.