+ 1
Which error occurs when I use #define a=6; and the assign it some other value say a=9;
Error that occurs when a variable which is defined using #define is assigned some other value
1 Réponse
0
a run time error will occur
Error that occurs when a variable which is defined using #define is assigned some other value