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 are the 10 different models of writing an addition program in C language?

0 Answers  


. 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  


How can I find the day of the week given the date?

0 Answers  


how to convert an char array to decimal array

4 Answers  


How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST

6 Answers   Adobe, Huawei,


what is c programing

11 Answers   Wipro,


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

0 Answers   L&T,


please give me some tips for the selection in TCS.

3 Answers   TCS,


Differentiate between full, complete & perfect binary trees.

0 Answers  


What is meant by errors and debugging?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


sir, i cannot find the way how to write aprogram by using array on queue

1 Answers   IISIT,


Categories