UGC-NET | UGC NET CS 2018 July – II | Question 7
Which of the following statements is/are True?
P : C programming language has a weak type system with static types.
Q : Java programming language has a strong type system with static types.
Code:
(A) P only
(B) Q only
(C) Both P and Q
(D) Neither P nor Q
Answer: (C)
Explanation: C programming language has a weak type system with static types but Java programming language has a strong type system with static types.
Both Statements are correct.
So, option (C) is correct.
Quiz of this Question