Answer Posted / anand shankar pathak
first .c file is converted to .i format it is done by the preprocessor and then the compiler convert this file to .asm file later assembler creats object that is linbked together using linker and loader and finally .exe file is genrated
and this process is done automatically while we execute the program we don't have to do anything,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
What is malloc() function?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Explain what are binary trees?
What is the benefit of using #define to declare a constant?
How many types of operators are there in c?
What are the different file extensions involved when programming in C?
Where are c variables stored in memory?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Why static variable is used in c?
What is C language ?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
what is the difference between north western polytechnique university and your applied colleges?? please give ur answers for this. :)
cavium networks written test pattern ..
Differentiate fundamental data types and derived data types in C.