What will be the output of the following
String S = 1+2+"abc" S = ?
String S1 = 1+2+"abc"+5+6 S1 = ?
Answer Posted / shwetha
it will through the error..as Invalid number.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can the performance of a trigger be improved?
What is a temporal table?
explain advantages of innodb over myisam. : Sql dba
Can we delete column in sql?
What is the purpose of using pl/sql?
how to drop an existing view in mysql? : Sql dba
Can we use pl sql in sql server?
What version is sql?
what are numeric data types? : Sql dba
What is composite primary key in sql?
What is user defined functions?
What is normalisation in sql?
what is cross join? : Sql dba
What is a behavioral trigger?
What is varray in pl sql?