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
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
why and when we can declar member fuction as a private in the class?
Which is better c++ or java?
What is the difference between #define debug 0 and #undef debug?
What are the popular tools used to detect memory leaks in c++
How const int *ourpointer differs from int const *ourpointer?
What is function overriding?
Write about the various sections of the executable image?
What are the basic data types used in c++?
Difference between struct and class in terms of access modifier.
Is sorted c++?
Can inline functions have a recursion? Give the reason?