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
What does inner join mean?
How do I view tables in mysql?
how to enter binary numbers in sql statements? : Sql dba
Define implicit and explicit cursors.
what are null values? : Sql dba
Explain the order of sql statement execution?
Can a trigger call a stored procedure?
Write a sql query to convert all character to uppercase after hypen.
How do you write a subquery?
Does view store data in sql?
Where is sql database stored?
how many columns can be used for creating index? : Sql dba
What is t-sql? : Transact sql
How to fetch alternate records from a table?
Can we rollback after truncate?