Answer Posted / rhea
Full form of c is "compiler"
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What does %d do in c?
How do I get a null pointer in my programs?
What are actual arguments?
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.
Where is c used?
What does %d do?
How can I find the modification date and time of a file?
Why is c still so popular?
Explain About fork()?
How #define works?
A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles
What is methods in c?
Is it possible to pass an entire structure to functions?
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9