- Q Find the output for the following C program int array[4][4] = {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16}; for (i=2;i<0;i--) for(j=2;j<=0;j--) printf("%d", arr[i][j]);
- Q Which Kingdom was annexed by Bahlul Lodi, the Sultan of Delhi, in 1484 AD?
- Q What is the difference between wages and salary?
- Q Deadletter queue cases?
- Q Do antibiotics used on farms result in antibiotic resistance in humans?
- Q What does the %dual-5-nbrchange: ip-eigrp(0) 100: neighbor 10.254.0.3 (tunnel0) is down: holding time expired error message mean?
- Q What pop singer was born in Lucknow India
- Q How to create transparent table?
- Q Cairo is the capital of which country?
- Q What is .net mobile forms?
- Q What is the difference between ereg_replace() and eregi_replace()?