0
What is built-in data??
I just wanted to ask that what it means by built-in data. so, can somebody please explain it to me in simple language.
1 Réponse
0
Every value has some type i.e 5 is an int , "hello" is a string etc
Build in data type means that is in-built in language.
You can declare variable of type int because that is in-built.
You will learn more about user defined data type as you progress.
Hope this helps ☺️☺️.