Answer Posted / vadivel t
Linker is a stage before loader. Linker is a person who is
responsible for linking the different object file and the
outcome will be a executable file. Loader is a person who
reads the content of the executable file and place it into
memory. This code shall be executed when the operating
system control is coming to the loaded program.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
given post order,in order construct the corresponding binary tree
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
What is wrong in this statement? scanf(ā%dā,whatnumber);
What is the best style for code layout in c?
How do you declare a variable that will hold string values?
What is size of union in c?
What is default value of global variable in c?
Explain what does it mean when a pointer is used in an if statement?
Read the following data in two different files File A: aaaaaaaadddddddd bbbbbbbbeeeeeeee ccccccccffffffff File B: 11111111 22222222 33333333 By using the above files print the following output or write it in the Other file as follows aaaaaaaa11111111dddddddd bbbbbbbb22222222eeeeeeee cccccccc33333333ffffffffffff
What is cohesion in c?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
number of times a digit is present in a number
Create a registration form application by taking the details like username, address, phone number, email with password and confirm password (should be same as password).Ensure that the password is of 8 characters with only numbers and alphabets. Take such details for 3 users and display the details. While taking input password must appear as ā****ā.
Can we compile a program without main() function?
Which of the following operators is incorrect and why? ( >=, <=, <>, ==)