macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / leo
a
| Is This Answer Correct ? | 4 Yes | 12 No |
Post New Answer View All Answers
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is the difference between variable declaration and variable definition in c?
Explain the advantages of using macro in c language?
What is the use of c language in real life?
Give the rules for variable declaration?
What are preprocessor directives in c?
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
Explain how can a program be made to print the line number where an error occurs?
What is function and its example?
When can a far pointer be used?
What is the difference between array and pointer in c?
Can you pass an entire structure to functions?
What are the types of type qualifiers in c?
What is indirection?
Why dont c comments nest?