Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
in a menu driven program, should default case be added? |
|
asked by Ashutosh Dash (ashutosh_dash) 6 years ago |
2 |
+ 2 more questions by ashutosh_dash
if comments are not written, are marks deducted? |
|
asked by Ashutosh Dash (ashutosh_dash) 6 years ago |
1 |
Is ICSE concerned only with the output, or does it even check the logic? If the number of iterations is more than required while the output remains the same, would marks be allocated?? |
|
asked by Ashutosh Dash (ashutosh_dash) 6 years ago |
2 |
can we use recursion? |
|
asked by Hatake Kakashi (jatintara) 6 years ago |
3 |
Do we need to write comments and variable description in class programs (where the variables are already described in the question)? Pls tell. |
|
asked by Gargie D'souza (gar_d02) 6 years ago |
2 |
Difference between dynamic and static binding ? |
|
asked by Akshay (akshay0072001) 6 years ago |
1 |
differene between error and exception |
|
asked by Rtstud (mdarfath) 6 years ago |
1 | + 1 more questions by mdarfath
GUYS instead of writing
int n = 12;
String n1 = Integer.toString(n);
we can directly write
String n1 = ""+n;
no need to write Integer.toString(n); |
|
asked by Rtstud (mdarfath) 6 years ago |
3 |
|
can sum1 tell me the bytes occupied by all data types |
|
asked by Mugdha Walawalkar (mugdhahemant) 6 years ago |
5 |
This thing is absolutely bugging me why the hell r the respaper admins spamming my notifications
Is it like i broke some rules or something
Or did I like swear or lot
I dont even knw ?? |
|
asked by Kris Shibu (zeusinmars) 6 years ago |
5 | + 1 more questions by zeusinmars
Guys i need both the sorts and both the search prgms for strings....
ASAP |
|
asked by Kris Shibu (zeusinmars) 6 years ago |
1 |
|
In sorting of strings, it sometimes happens that using nextLine(), we don't get message for entering a value, some is skipped,etc. Even on using next(), it happens. Is there any firm solution for this?? |
|
asked by Aayush Joshi (aayushjoshi) 6 years ago |
2 |
Hey guys ...can we use the string buffer functions in our programs for the board ?? |
|
asked by CaptainCool07 (radhikagirish) 6 years ago |
3 |
|