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
No Answer is Posted For this Question
Be the First to Post Answer
can any one tel me wt is the question pattern for NIC exam
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
is compiler do read the data line by line or not. ??
6 Answers LG Soft, Satyam, Tech Mahindra,
if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?
Prove or disprove P!=NP.
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
Where static variables are stored in c?
What is a Genralised LInked List?? Please give a detailed explation of it..
How can you increase the size of a statically allocated array?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
What are the application of void data type in c?