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 IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1 Answers   IBM,


What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?

0 Answers  


How to reverse alternate words in a given line of string For Eg: my name is narasimha output : my eman is ahmisaran

0 Answers  


Write a code to determine the total number of stops an elevator would take to serve N number of people.

0 Answers   Expedia,


What is the difference between exit() and _exit()?

2 Answers  






What's the best way of making my program efficient?

0 Answers   Celstream,


list the no of files created when c source file is compiled

9 Answers   TCS,


struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??

9 Answers   Verifone,


What is enumerated data type in c?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

0 Answers  


What is difference between union All statement and Union?

0 Answers  


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


Categories