

InterviewSolution
Saved Bookmarks
1. |
What is the difference between typedef and #define |
Answer» Typedep is used to rename the existing datatype & #define is a pre processor directive or similar to macro | |