What's the difference between implicit declaration and explicit declaration of any stuff?????? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What's the difference between implicit declaration and explicit declaration of any stuff??????

Please solve my problem....

18th Jun 2020, 5:56 AM
saurabh
saurabh - avatar
2 Answers
+ 2
number = 42 makes number implicit to an integer. int number; declares it explicit. PS: Same for all types.
18th Jun 2020, 6:05 AM
Sandra Meyer
Sandra Meyer - avatar
+ 1
Sandra Meyer thanks a lot😊😊😊
18th Jun 2020, 6:10 AM
saurabh
saurabh - avatar