Caret means to you
Answer / anil
Special character which is represented by symbol ^.It is a
bit-wise xor operator used in programming language.
| Is This Answer Correct ? | 1 Yes | 0 No |
WHat is execution in manual testing and when will we start execution and what language we use in execution
What is the difference between save and create method of activerecord?
How to call a C++ function which is compiled with C++ compiler in C code?
how do we provide security for web services
How to find the aerry size
7.x=10; y=20; x<<2=? x<<1=? y>>2=?
What is meant by QUEUE?
give idea for creating screen in abap
can u send some model papers how computer awareness questions are asked in goverment jobs(oriental insurance)to my mail id me.priyankapadma@rediff.com
Full from of MP3?
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
is try block possible without catch block?