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

Difference between static global and global?

16 Answers   Microsoft, Symphony, Wipro,


What are the differences between public, private, and protected access?

12 Answers   IBM, Oracle, Wipro,


What are the various oops concepts in c++?

0 Answers  


What are different types of typecasting supported by C++

1 Answers   CA,


What is dev c++ used for?

0 Answers  






What is singleton class in c++?

0 Answers  


Explain some examples of operator overloading?

0 Answers  


How do you know that your class needs a virtual destructor?

5 Answers   Lucent,


Why cstdlib is used in c++?

0 Answers  


Why preincrement operator is faster than postincrement?

5 Answers  


which of the following is not an secondary constant a) array b) real c) union

0 Answers  


Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.

0 Answers  


Categories