Home » Programming & Data Structure » Programming and data structure miscellaneous » Question

Programming and data structure miscellaneous

Programming & Data Structure

  1. Match the following List I with List II and select the correct answer using the codes given below the lists.

    1. P–2, Q–3, R–4, S–1
    2. P–4, Q–3, R–2, S–1
    3. P–3, Q–4, R–1, S–2
    4. P–3, Q–4, R–2, S–1
Correct Option: D

P. Functional programming is declarative in nature, involves expression evaluation, & side effect free.
Q. Logic is also declarative but involves theorem proving.
R. Object oriented is imperative statement based & have abstract (general) data types.
S. Imperative: The programs are made giving commands & follows definite procedure & sequence.
Hence (d) is correct option.



Your comments will be displayed only after manual approval.