CHAPTER – 11
POINTERS
1m×1mcq = 1. 3m×1 = 3. Total = 4 Marks.
Chapter 11 Pointers ಈ ಅದ್ಯಾಯ ದಿಂದ ಪರೀಕ್ಷೆಯಲ್ಲಿ ಒಟ್ಟು ನಾಲ್ಕು ಅಂಕಗಳಿಗೆ ಪ್ರಶ್ನೆಗಳು ಕೇಳಲಾಗುತ್ತದೆ, ಅದರಲ್ಲಿ ಒಂದು ಅಂಕದ ಒಂದು mcq ಪ್ರಶ್ನೆ ಮತ್ತು ಮೂರು ಅಂಕದ ಒಂದು ಪ್ರಶ್ನೆ ಒಟ್ಟು ನಾಲ್ಕು ಅಂಕಗಳು ಪರೀಕ್ಷೆಯಲ್ಲಿ ಕೇಳಲಾಗುವುದು. ಈ ಅಧ್ಯಾಯದಿಂದ ಹಿಂದಿನ ವರ್ಷಗಳಲ್ಲಿ ಕೇಳಲಾದ ಪ್ರಶ್ನೆಗಳನ್ನು ನೋಡುತ್ತಾ ಬರೋಣ.
I. One Marks Questions.
1. Write the declaration syntax for Pointer. (J-15)(M-17)
2. Mention any one advantage of Pointer. (M-15)(J-18)
3. How do you initialize a Pointer variable? (M-16)
4. Define Pointer. (J-16)
5. What is the purpose of New operator in C++? (J-17)
6. Name the Pointer operator. (M-18)
7. Which symbol is used as address operator in C++? (M-19)
II. Three Marks Questions.
1. What are the operations performed on Pointers? (M-15)(J-17)
2. What is array of Pointers? Give an example. (J-15)(M-19)
3. Explain the use of New and Delete operators in Pointers. (M-16)
4. What are the advantages of Pointers? (J-16)(M-18)
5. Define: a) Pointer b) static memory allocation c) dynamic memory allocation. (M-17)
6. Write the difference between Static allocation of memory and Dynamic allocation of memory. (M-19)
7. What is an array of pointer ? give example. March 2023
Comments
Post a Comment