3
Answers

What is difference B/w two declaration .

Sompal Arya

Sompal Arya

8y
348
1
What is  difference B/w 
 
1. string str,str1,str2;
 
2.  string str;
     string  str1;
     string  str2; 
 
Answers (3)