macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / hemalatha
a.recursion
Is This Answer Correct ? | 2 Yes | 8 No |
Post New Answer View All Answers
Can we change the value of constant variable in c?
Is c dynamically typed?
What are the functions to open and close file in c language?
can we have joblib in a proc ?
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Why does everyone say not to use gets?
Can I initialize unions?
Explain what are global variables and explain how do you declare them?
what is the role you expect in software industry?
Explain can the sizeof operator be used to tell the size of an array passed to a function?
What are the scope of static variables?
What is a pointer on a pointer in c programming language?
What is an endless loop?
What is the difference between array_name and &array_name?
What are valid signatures for the Main function?