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
What are comments and how do you insert it in a C program?
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 “****”.
What are pointers? What are different types of pointers?
What are external variables in c?
What is the difference between a string and an array?
What is 'bus error'?
What is atoi and atof in c?
How do c compilers work?
What are the different types of data structures in c?
How can I sort more data than will fit in memory?
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is the difference between struct and typedef struct in c?
What is void pointers in c?
Compare array data type to pointer data type
What is array of structure in c programming?