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 / prakash.m

hypochecking

Is This Answer Correct ?    96 Yes 17 No

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

Answer / viswa

type declaration

Is This Answer Correct ?    9 Yes 2 No

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

Answer / j

type declaration

Is This Answer Correct ?    16 Yes 10 No

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

Answer / hemalatha g.j.

d.type declaration

Is This Answer Correct ?    10 Yes 4 No

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

Answer / guest

hypochecking

Is This Answer Correct ?    10 Yes 5 No

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

Answer / yogendrra

type declaration

Is This Answer Correct ?    1 Yes 0 No

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

Answer / sneha kumari

d.type declaration

Is This Answer Correct ?    0 Yes 0 No

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

Answer / guest

d)type declaration

Is This Answer Correct ?    2 Yes 3 No

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

Answer / prasanthi

a)recursion

Is This Answer Correct ?    2 Yes 4 No

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

Answer / subbu

answer is b

Is This Answer Correct ?    13 Yes 18 No

Post New Answer

More C Interview Questions

Prove or disprove P!=NP.

5 Answers   Microsoft,


main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }

1 Answers  


How does sizeof know array size?

0 Answers  


What is the purpose of ftell?

0 Answers  


How can I do peek and poke in c?

0 Answers  






Write a program to print factorial of given number using recursion?

0 Answers  


How can I manipulate strings of multibyte characters?

0 Answers  


wat is the output #define VOLEDEMORT _who_must_not_be_named int main() { printf("VOLEDEMORT"); }

2 Answers  


Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.

4 Answers  


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

0 Answers  


What is the difference between getch() and getche()?

1 Answers   NSPL,


What is a good data structure to use for storing lines of text?

0 Answers  


Categories