AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
Answer Posted / nvbtsundari
register
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a constant?
How can I discover how many arguments a function was actually called with?
What does c in a circle mean?
Do you have any idea how to compare array with pointer in c?
what is different between auto and local static? why should we use local static?
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 can you access memory located at a certain address?
What is the return type of sizeof?
Find the second largest element in an array with minimum no of comparisons and give the minimum no of comparisons needed on an array of size N to do the same.
Explain how can I convert a string to a number?
Write a program to swap two numbers without using third variable?
What is wrong with this initialization?
How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?
What are formal parameters?
Explain how does flowchart help in writing a program?