- Q Which is the main config file for vcs and where it is located? or what is the main vcs configuration file?
- Q VB.NET - Use properties instead of fields
- Q Explain about the programming language ruby?
- Q Explain how many types of contract does WCF defines?
- Q Define pentaho and its usage.?
- Q Write the requirements for an ideal antacid.
- Q Explain how to convert a
- Q What command verifies connectivity between two hosts by sending and receiving ICMP echo messages? A. ping B. tracert C. netstat D. show cdp neighbors detail E. show ip route F. traceroute
- Q You have just created two concurrent programs namely “xx po prog1” & “xx poprog2”. Now you wish to create a menu for concurrent request submission such that only these two concurrent programs are visible from that run request menu. Please explain the steps to implement this?
- Q Whats your favourite flower?
- Q main(){ int i=3; switch(i) { default:printf("zero"); case 1: printf("one"); break; case 2:printf("two"); break; case 3: printf("three"); break; } }