24 24 votes Match the pairs in the following questions:$$\begin{array}{|ll|ll|}\hline (a) & \text{Pointer data type} & (p) & \text{Type conversion} \\\hline (b) & \text{Activation record} & (q) & \text{Dynamic data structure} \\\hline (c) & \text{Repeat-until} & (r) & \text{Recursion} \\\hline (d) & \text{Coercion} & (s) & \text{ Nondeterministic loop } \\\hline \end{array}$$ Compiler Design gate1990 match-the-following compiler-design runtime-environment recursion + – Misbah Ghaya 11.6k views answer comment Share Follow Print See all 2 Comments 2 2 Comments reply Radha mohan commented Nov 20, 2018 reply Follow flag Many programming languages support the conversion of a value into another of a different data type. This kind of type conversions can be implicitly or explicitly made. Implicit conversion, which is also called coercion, is automatically done. And the explicit conversion is known as Casting. 20 20 replyShare panipuri commented Jan 16 reply Follow flag also coercion, is performed by the semantic analysis phase of the compilartion process 0 0 replyShare Please log in or register to add a comment.
Best answer 39 39 votes $$\begin{array}{|ll|ll|}\hline (a) & \text{Pointer data type} & (q) & \text{Dynamic data structure} \\\hline (b) & \text{Activation record} & (r) & \text{Recursion} \\\hline (c) & \text{Repeat-until} & (s) & \text{Nondeterministic loop} \\\hline (d) & \text{Coercion} & (p) & \text{Type conversion} \\\hline \end{array}$$ Digvijay Pandey answered Jan 22, 2016 • edited Jun 19, 2019 by Lakshman Bhaiya Digvijay Pandey comment Share Follow See all 7 Comments 7 7 Comments reply Show 4 previous comments jlimbasiya commented Dec 7, 2019 reply Follow flag @Digvijay Pandey @Radha mohan pointer is used for dynamic allocation of memory but how it is related to Dynamic data structure. 0 0 replyShare rohith1001 commented Dec 9, 2019 reply Follow flag @jlimbasiya Reference: https://icarus.cs.weber.edu/~dab/cs1410/textbook/4.Pointers/uses.html 1 1 replyShare jlimbasiya commented Dec 9, 2019 reply Follow flag @rohith1001 thanks :) 0 0 replyShare Please log in or register to add a comment.
7 7 votes coercion means changing an entity : so Type conversion d-p. repeat untill - non deterministic loop c-s. activation record means part of stack :so recursion. pointer data type :type conversion Thakur Ritik Rana answered Jul 8, 2017 1 flag: ✌ Low quality (Tankut “pointer data type related to dynamic data structure”) Thakur Ritik Rana comment Share Follow See all 2 Comments 2 2 Comments reply rajoramanoj commented Aug 21, 2017 reply Follow flag how pointer data type :type conversion..??? 1 1 replyShare Sumit Singh Chauhan commented Jul 29, 2018 reply Follow flag Pointer data type is related to Dynamic data structure, I think that he might typed mistakenly. 0 0 replyShare Please log in or register to add a comment.
1 1 vote d-p b-r a-q c-s Amitabh Tiwari 1 answered Nov 19, 2016 Amitabh Tiwari 1 comment Share Follow 0 reply Please log in or register to add a comment.
1 1 vote A-Q, B-R, C-S, D-P AdarshSharadPandey answered Dec 22, 2024 AdarshSharadPandey comment Share Follow 0 reply Please log in or register to add a comment.