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

Answers were Sorted based on User's Feedback



macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypocheck..

Answer / hemalatha

a.recursion

Is This Answer Correct ?    2 Yes 8 No

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypocheck..

Answer / leo

a

Is This Answer Correct ?    4 Yes 12 No

Post New Answer

More C Interview Questions

pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


What is masking?

0 Answers  


Write a program to swap two numbers without using third variable in c?

0 Answers  


int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?

4 Answers   TCS,


we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?

4 Answers   HP, Wipro,






Consider a language that does not have arrays but does have stacks as a data type.and PUSH POP..are all defined .Show how a one dimensional array can be implemented by using two stacks.

3 Answers   Google,


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


Why array starts with index 0

2 Answers  


write a program to generate address labels using structures?

0 Answers   SJC,


program to find the magic square

1 Answers   Infosys,


WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?

1 Answers  


What does the error message "DGROUP exceeds 64K" mean?

0 Answers   Celstream,


Categories