macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration

Answer Posted / guest

hypochecking

Is This Answer Correct ?    10 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is return a keyword in c?

598


Why is it important to memset a variable, immediately after allocating memory to it ?

1555


Explain About fork()?

648


What is a good way to implement complex numbers in c?

596


write a program to find the given number is prime or not

3846






What is your stream meaning?

607


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

570


general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only

588


Explain what is a pragma?

594


What is the basic structure of c?

557


Explain why c is faster than c++?

575


What is array of structure in c?

596


What is the purpose of sprintf?

622


Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

633


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

680