Which of the following is the best conductor of electricity ? (a) Copper (b) Aluminium (c) Gold (d) Silver
53 109752Post New AIEEE Interview Questions
Which variable is the independent variable?
find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }
Why power factor should not be in leading (capacitive) mode of any load.
How to programmatically trigger a click event thats being handled by jquery only?
Which date function is used to find the difference between two dates?
What are the two types of comments?
What are the cics commands associated with task control?
Write an SQL query to obtain the 2nd highest salary.
We used asynchronous server communication for a long time, what new thing is ajax bringing?
Is wordpress a good cms?
Why is jstl used?
Can we use data reader object in webservices?
How many redo logs should you have and how should they be configured for maximum recoverability?
What is the use of a new custom sql query in tableau?
What is Database testing and What are ways of writing test cases for database testing?