Answer Posted / guest
Dennis Ritchi Of Bell Laboratories
| Is This Answer Correct ? | 27 Yes | 1 No |
Post New Answer View All Answers
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
what do u mean by Direct access files? then can u explain about Direct Access Files?
Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the difference between struct and union in C?
What are the 4 types of unions?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
How can I handle floating-point exceptions gracefully?
What is the use of define in c?
Is there any demerits of using pointer?
What is pre-emptive data structure and explain it with example?
Explain heap and queue.
What is a structure in c language. how to initialise a structure in c?
What is const volatile variable in c?
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.