10.2k views
25 votes
41. Which is NOT a valid statement to initialize a variable?

a. int =100;
b. long population=15000;
C. char n[]="Hello word";
d. const int N=100;

User Ron Tuffin
by
3.3k points

1 Answer

8 votes

I think its c I hope I'm not wrong about this If I am I'm sorry

User Robert Haas
by
3.1k points