What operator is used to access a struct through a pointer

a) >>

b) ->

c) *


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

When to use “const” reference arguments in a function?

0 Answers  


If I is an integer variable, which is faster ++i or i++?

0 Answers  


How can virtual functions in c++ be implemented?

0 Answers  


Differentiate between a template class and class template in c++?

0 Answers  


Evaluate !(1&&1||1&&0) a) Error b) False c) True

0 Answers  


What is the main purpose of overloading operators?

0 Answers  


What is the difference between structures and unions?

0 Answers  


what is an array

20 Answers  


What is input operator in c++?

0 Answers  


What is the keyword auto for?

0 Answers  


How the virtual functions maintain the call up?

0 Answers  


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

0 Answers  


Categories