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 ?    97 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

What extern c means?

0 Answers  


How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


What is wrong with this statement? Myname = 'robin';

0 Answers  


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


Explain what are linked list?

0 Answers  


Difference Between embedded software and soft ware?

1 Answers   Bosch,


Is there a built-in function in C that can be used for sorting data?

0 Answers  


Explain how does flowchart help in writing a program?

0 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

0 Answers  


What is a stream?

0 Answers  


how to implement stack work as a queue?

2 Answers  


Categories