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
biggest of two no's with out using if condition statement
How can I find leaf node with smallest level in a binary tree?
how to print a statement in c without use of console statement ,with the help of if statement it should print
What are the different pointer models in c?
What is optimization in c?
What is linear search?
What will be the result of the following C language program? main() { int a = 0; int b = 20; char x = 1; char y = 10; if(a,b,x,y) printf("Welcome"); }
A function can make the value of a variable available to another by a) declaring the variable as global variable b) Passing the variable as a parameter to the second function c) Either of the two methods in (A) and (B) d) binary stream
Is c is a low level language?
Where are some collections of useful code fragments and examples?
How the c program is executed?
Using functions, write a program that multiplies two arrays. Use the following functions: - Function ReadArray - Function MultiplyArrays - Function DisplayArrays