C Program to Print Square of Each Element of 2D Array Matrix


C Program : C Program to Print Square of Each Element of 2D Matrix

Output :

Explanation :

Note 1 :

  • Wherever a macro name occurs in Program the Preprocessor Substitutes the code of the macro at that position.
  • Whenever we use variable name instead of Macro it will throw error.