There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
1 5330Why we seperate Delivery document type in case of cash sale. I mean why we can't use normal delivery type
2 6679What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!
1 4844You have raised a priority 1 bug that needs to be fixed for release tonight, the developer concerned is refusing to fix this, what do you do and why?
2 8321Post New HCL Interview Questions
Write in brief about clusters?
what is the role of freeware in middleware solutions?
What is sap hana xs engine? How it is used for business suite and kpi?
Can you name some online retailers?
What does || mean in programming?
Where does the name yellow dog come from?
How do you monitor livecache in scm or apo systems (or) what is the transaction code used to monitor livecache in scm or apo systems?
What is the difference between insert() and insertOne()?
Can any one tell me how to write test data. i mean, to test each input, 2 test input(1 for +ve, & other for -ve) are given. so , for example, if i want to write test data for login form, how many test data should i write in test case?
why should i hire you? what are your outside interest? what was your toughest decision you ever have to make?
What is indemnity?
What is index match used for?
What are the steps to do the creating classes in sap-bw.
what is Voltage levels of rs232x?
What is a singleton object in scala?