macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration

Answer Posted / yogendrra

type declaration

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Mention four important string handling functions in c languages .

734


What are the types of variables in c?

667


Can variables be declared anywhere in c?

717


main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }

1018


How can I generate floating-point random numbers?

698






What are the scope of static variables?

692


What is difference between && and & in c?

732


What's the total generic pointer type?

703


What is null in c?

678


When we use void main and int main?

673


Explain how can you tell whether two strings are the same?

673


What is the difference between void main and main in c?

723


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

688


What is use of pointer?

687


How do you determine whether to use a stream function or a low-level function?

767