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

Answer Posted / viswa

type declaration

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are comments and how do you insert it in a C program?

947


Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as “****”.

2904


What are pointers? What are different types of pointers?

804


What are external variables in c?

760


What is the difference between a string and an array?

895


What is 'bus error'?

841


What is atoi and atof in c?

789


How do c compilers work?

783


What are the different types of data structures in c?

826


How can I sort more data than will fit in memory?

863


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

751


What is the difference between struct and typedef struct in c?

866


What is void pointers in c?

757


Compare array data type to pointer data type

797


What is array of structure in c programming?

980