1. Which of the following statements will assign the address of the age variable to the agePtr pointer?






Write Comment

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Tags
Show Similar Question And Answers
QA->A variable ‘X’ is called pointer if :....
QA->…………….means the annual financial statements and other statements prescribed under Rule 65 of Kerala Panchayat Raj (Accounts) Rules, 2011?....
QA->Process of mapping a network interface IP address to its hardware address:....
QA->How many address lines are needed to address each machine location in 2048X4 memory chip?....
QA->In a class of 20 students the average age is 16 years.If the age of the class teacher is added to that of students,the average age of the class becomes 17 years.What is the age of the teacher?....
MCQ->Assume that a program creates and initializes a Short Integer variable named age and a pointer named agePtr, to which it assigns the address of the age variable. Which of the following statements will assign the number 21 to the age variable?....
MCQ->Which of the following statements correctly declare a function that receives a pointer to pointer to a pointer to a float and returns a pointer to a pointer to a pointer to a pointer to a float?....
MCQ->Which of the following statements will assign the address of the age variable to the agePtr pointer?....
MCQ->Read the following statements about address space in microprocessors An address space is a set of all possible addresses which can be generated by a microprocessor.Each address in the address space allows a designer to provide at least one memory or I/O location in the system.Two types of address spaces are memory and I/O address space.Some micro processors have only one type of address space. Which of the above are correct?....
MCQ->Which of the following statements are correct about the below declarations? char p = "Sanjay";char a[] = "Sanjay"; 1: There is no difference in the declarations and both serve the same purpose. 2: p is a non-const pointer pointing to a non-const string, whereas a is a const pointer pointing to a non-const pointer. 3: The pointer p can be modified to point to another string, whereas the individual characters within array a can be changed. 4: In both cases the '\0' will be added at the end of the string "Sanjay".....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions