hi... can anyone help me to make a two-dimensinal arrays in
finding the sum of two elements plzzz. thnx a lot...
No Answer is Posted For this Question
Be the First to Post Answer
What is else if ladder?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How can I avoid the abort, retry, fail messages?
Explain what is the difference between text files and binary files?
A MobileNumber is a VIP number if it satisfy the following conditions. The operator should be Vodafone. Atleast one 0 (Zero) should be exist in mobile number. The number should not end with 8. The single digit sum of all the digits in the number should be equal to 9. For example if the number is 9876543210, the sum is 9+8+7+...+1+0 = 45. Sum of 4+5 = 9. Write a method: private boolean isVIPMobileNumber(String mobileNum, String operator) mobileNum phone number operator mobile operator as bsnl, Vodafone
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
Explain enumerated types.
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
Why is c so powerful?
What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?
What is the time and space complexities of merge sort and when is it preferred over quick sort?