Consider the following C code segment: 
The output of the given C code segment is __________. (Answer in integer)
The final value, \( 21 \), is the greatest common divisor of \( 126 \) and \( 105 \), as determined by the Euclidean algorithm.
Consider the following C program:
Consider the following C program:
The output of the above program is __________ . (Answer in integer)
Consider the following C program:
In the diagram, the lines QR and ST are parallel to each other. The shortest distance between these two lines is half the shortest distance between the point P and the line QR. What is the ratio of the area of the triangle PST to the area of the trapezium SQRT?
Note: The figure shown is representative

Consider the following hierarchical cache system with the following access times:
\[ \begin{array}{|c|c|c|} \hline \textbf{Cache Level} & \textbf{Hit Rate} & \textbf{Access Time} \\ \hline L1 & 90\% & 1 \text{ ns} \\ L2 & 80\% & 10 \text{ ns} \\ L3 & 100\% & 100 \text{ ns} \\ \hline \end{array} \]Find \( T_{avg} \) for hierarchical or simultaneous access.