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

write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1

0 Answers  


c program to add and delete an element from circular queue using array

3 Answers  


Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.

0 Answers   Amazon,


In header files whether functions are declared or defined?

1 Answers   TCS,






Why do we use c for the speed of light?

0 Answers  


WHO WROTE C LANGUAGE?

4 Answers  


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


What are the different categories of functions in c?

0 Answers  


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


How can I find out if there are characters available for reading?

0 Answers  


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  


Categories