C Preprocessor Question:

What is the mean of function?

C Preprocessor Interview Question
C Preprocessor Interview Question

Answer:

Functions allow for modular programming. You must remember that all parameters passed into function in C are passed by value!


Previous QuestionNext Question
What is #define?What is typedf?