InterviewSolution
Saved Bookmarks
| 1. |
}37.Find the errors in the following program segment :{a int;b, c, d char;System.out.println {"Data Types"];return 0; |
|
Answer» int do () { int a; char b,C,d ; System.out.println ("DATA TYPES"); return a } |
|