Question: Multiple choice questions [2 marks each] 1. The main role of linker is (a) To compile the program (b) To run the program (c) To
![Multiple choice questions [2 marks each] 1. The main role of](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66effb14af91b_41266effb142d4e2.jpg)

Multiple choice questions [2 marks each] 1. The main role of linker is (a) To compile the program (b) To run the program (c) To transfer the executable file to the memory (d) combine the output of the compiler with required library functions to produce an executable image 2. Consider the following flowchart What will be the output, when the flowchart is executed? (a) Print b (b) Print a (c) Error in executing (d) Nothing will be printed on the output 3. In software program design, modular organization is described by: (a) Structure charts (b) Flowcharts (c) State transition diagrams (d) Pseudocode 4. Consider the following code segment: int i,x=4; for (i=0;i int main() \{ int x=1; while (x
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
