Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Home
»
C Programming
»
C Preprocessor
Macros with arguments are allowed
True
Show Answer
Correct Answer:
True
Explanation:
True, A macro may have arguments.
Example:
#define CUBE(X)(X*X*X)
← Previous
Next →
Discussion & Comments
No comments yet. Be the first to comment!
Name:
Comment:
Post Comment