Podcast
Questions and Answers
What is the value of 'str' in the given code snippet?
What is the value of 'str' in the given code snippet?
What type of operator is used to obtain the address of a variable in C++?
What type of operator is used to obtain the address of a variable in C++?
What is the term used for the value 'str' pointing to the memory location of a char?
What is the term used for the value 'str' pointing to the memory location of a char?
When a variable is declared in C++, what is allocated for it at an unused memory location?
When a variable is declared in C++, what is allocated for it at an unused memory location?
Signup and view all the answers
What is the output of 'cout << &y' in the given C++ code snippet?
What is the output of 'cout << &y' in the given C++ code snippet?
Signup and view all the answers