( As In Exam - ICSE2014 )
Find the errors in the given program segment and re-write the statements corr
( As In Exam - ICSE2018 )
Consider the following String array and give the output
String arr[]= {
( As In Exam - ICSE2017 )
String x[] = {“SAMSUNG”, “NOKIA”, “SONY” , “MICROMAX”, “BLA
( As In Exam - ICSE2016 )
If int x[] = { 4, 3, 7, 8, 9, 10 }; what are the values of p and q?
(i)
( As In Exam - ICSE2015 )
(i) What will the code print?
int arr[] = new int [5]
( As In Exam - ICSE2018 )
Write a program to accept name and total marks of N number of students in two
( As In Exam - ICSE2017 )
Write a program to input integer elements into an array of size 20 and perfor