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
What is array in c++ example?
How does throwing and catching exceptions differ from using setjmp and longjmp?
Can I run c program in turbo c++?
what is pre-processor in C++?
What is function overriding?
What is #include iostream?
What is abstraction in c++ with example?
What is conditions when using boolean operators?
Name the operators that cannot be overloaded in C++?
When there is a global variable and local variable with the same name, how will you access the global variable?
What are mutator methods in c++?
write infinite loop in C++ which does not use any variable or constant?