Write a syntax and example to declareba variable and assignment of a variable
Answers
Answered by
2
Syntax:-
[Data Type] [variable]; //Assignment
[variable]=[value];
Example:-
int n; //Assignment
n=10;
Similar questions
English,
7 months ago
English,
7 months ago
Math,
7 months ago
Computer Science,
1 year ago
History,
1 year ago
India Languages,
1 year ago