+ 1
What's the difference between implicit declaration and explicit declaration of any stuff??????
Please solve my problem....
2 Respuestas
+ 2
number = 42 makes number implicit to an integer. int number; declares it explicit.
PS: Same for all types.
+ 1
Sandra Meyer thanks a lot😊😊😊