0
Declared variables
c program
4 Réponses
+ 5
type variable; Is to declare;
variable = value; Is to initalize
once you have made a declaration you can initalize that variable without using a type.
+ 1
Please descibe your question in more detail so that somebody can help you.
0
String name="Sololearn"
int users = 29000000
float salary= 150000.00
sbyte age = 17
long = 124514582754
0
Here is the related lesson:
https://www.sololearn.com/learn/CSharp/2582/