program in c to print 1 to 100 without using loop
Answer Posted / rajasekhar
excellent thiking
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Do you know what are the properties of union in c?
how to write a c program to print list of fruits in alpabetical order?
How do I copy files?
write a program in c language to print your bio-data on the screen by using functions.
What is double pointer?
What happens if you free a pointer twice?
Why do we use c for the speed of light?
What is the difference between class and object in c?
What is #include stdio h?
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.
Do you know the difference between malloc() and calloc() function?
Explain what is the heap?
what is stack , heap ,code segment,and data segment
What is the c language function prototype?
Explain function?