What is the meaning When we write "#include" what is # and
what does include does there???
Answer Posted / ankith.v
# is a Preprocessor statement.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is the meaning of 2d in c?
Why malloc is faster than calloc?
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 would you use the functions fseek(), freed(), fwrite() and ftell()?
What is restrict keyword in c?
which is conditional construct a) if statement b) switch statement c) while/for d) goto
How can I implement a delay, or time a users response, with sub-second resolution?
What is #define in c?
What is a substring in c?
Is null a keyword in c?
Explain what are bus errors, memory faults, and core dumps?
What is the difference between single charater constant and string constant?
Differentiate between full, complete & perfect binary trees.
What are the 4 types of functions?
Why do we use static in c?