Answer Posted / vignesh1988i
their will be a program written for creating a
compiler..... so in that main() may be a first function call
for that coding written in compiler
thank u
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Explain about C function prototype?
What is variable and explain rules to declare 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.
What is the difference between new and malloc functions?
What is difference between stdio h and conio h?
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What are data structures in c and how to use them?
What are external variables in c?
Why do we need volatile in c?
Explain how can you avoid including a header more than once?
Explain why c is faster than c++?
What is an auto keyword in c?
Can you please explain the scope of static variables?
What are # preprocessor operator in c?
What is the difference between class and object in c?