What is meant by inheritance?
No Answer is Posted For this Question
Be the First to Post Answer
How to reverse a string using a recursive function, with swapping?
Two's compliment of -5
In this assignment you are asked to write a multithreaded program to find the duplicates in an array of 10 million integers. The integers are between -5000,000 to 5000,000 and are generated randomly. Use 10 threads, each thread works on 1000,000 integers. Compare the time needed to accomplish the task with single thread of execution program. Do not include the time to fill the array with integers in the execution time.
How does free() know explain how much memory to release?
What are global variables and explain how do you declare them?
What is c language in simple words?
what is c programing
Explain how do I determine whether a character is numeric, alphabetic, and so on?
1.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
What is %lu in c?
Is c still relevant?
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