Declaration of string and its initalization.
Answers
Answered by
0
string is declared with a keyword String
eg for initialization:
String num;
num = jTextField1.getText();
hope it helps
please mark it as brainliest if you find it helpful
eg for initialization:
String num;
num = jTextField1.getText();
hope it helps
please mark it as brainliest if you find it helpful
Answered by
0
char A [50] = "Hello World"
//A is the array name and 50 is the array size.
Similar questions
Political Science,
6 months ago
English,
6 months ago
CBSE BOARD X,
1 year ago
Biology,
1 year ago
Biology,
1 year ago