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

Can you mix old-style and new-style function syntax?

0 Answers  


Describe the modifier in c?

0 Answers  


pascal triangle program

2 Answers  


Why is the code below functioning. According to me it MUST NOT.

1 Answers  


What are control structures? What are the different types?

0 Answers  






Explain what are binary trees?

0 Answers  


Is the below things valid & where it will be stored in memory layout ? static const volatile int i; register struct { } ; static register;

2 Answers   Bosch,


. A database table called PERSON contains the fields NAME, BASIC and HRA. Write a computer program to print a report which employee name and total salary for those employees whose total salary is more than 10,000. Total Salary = BASIC + HRA. At the end, the program should also print the total number of employees whose total salary is more than 10,000.

1 Answers  


When was c language developed?

0 Answers  


convert 12345 to 54321 withoutusing strig

5 Answers  


#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?

1 Answers   Groupon,


What ios diff. Between %e & %f?

3 Answers   Honeywell,


Categories