macros and function are related in what aspect?
a)recursion b)varying no of arguments
c)hypochecking d)type declaration
Answer Posted / subbu
answer is b
| Is This Answer Correct ? | 13 Yes | 18 No |
Post New Answer View All Answers
Differentiate between full, complete & perfect binary trees.
Explain the concept and use of type void.
What is #define?
Is python a c language?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What does the && operator do in a program code?
What is p in text message?
What is the condition that is applied with ?: Operator?
Explain how can you avoid including a header more than once?
Is c is a middle level language?
Which is the best website to learn c programming?
What is #include stdio h and #include conio h?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the use of getchar() function?
What is the difference between single charater constant and string constant?