1. Write a function to swap two values ? $a = 10; $b = 20; echo $a, $b; swap(); // If u want u can pass parameters echo $a, $b; // It should print 20 , 10
14 40232Post New Aquasol Interview Questions
What version of sap is retail have you worked with?
What are the types of style sheets?
Explain how you can reset Unity Configuration?
What is a primary key?
What is an oracle recycle bin?
Which class cannot be a subclass in java?
How is the gain affected by the introduction of feedback in a control system.
What are HTTP handlers in ASP.NET?
i have a question here... As of my knowledge, when we apply an index (b-tree)on a column, internally it arranges the data in b-tree format and do the fetching process correspondingly... and my quetion is... How a bit-map index arranges the data internally when applied on a column?IS it in b-tree format or whatelse?
What is the use of cmath in c++?
What is the role of the data page in the db2 database?
Is deep learning better than machine learning?
how will you check whether software is installed or not?
What are types of dbms?
Can we add an identity column to decimal datatype?