macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / sneha kumari
d.type declaration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is event driven software and what is procedural driven software?
Why can't I perform arithmetic on a void* pointer?
When c language was developed?
What is realloc in c?
How can you tell whether a program was compiled using c versus c++?
How can I get random integers in a certain range?
Write programs for String Reversal & Palindrome check
When should volatile modifier be used?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
Did c have any year 2000 problems?
What does struct node * mean?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are nested functions in c?
What is masking?
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above