macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / prakash.m
hypochecking
| Is This Answer Correct ? | 97 Yes | 17 No |
Post New Answer View All Answers
Write program to remove duplicate in an array?
What are the types of functions in c?
What is pre-emptive data structure and explain it with example?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How to write c functions that modify head pointer of a linked list?
Explain bitwise shift operators?
Is linux written in c?
What are the 5 types of organizational structures?
What are the modifiers available in c programming language?
What do you mean by dynamic memory allocation in c?
How do you determine whether to use a stream function or a low-level function?
What are the key features in c programming language?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
Using which language Test cases are added in .ptu file of RTRT unit testing???
Why do we need volatile in c?