Posts Tagged ‘commonly asked interview question’

  • MACROS in C Questions and Answers

    Jan 16, 13 • 5573 Views • Resources4 Comments

    Question-1 What is a macro in C? Answer- Macros are essentially shorthand representations of arbitrary sections of the source code, which makes the source code succinct, while its (the macro template’s) expansion replaces each of its presence prior to