Why are pointers not used in c++?


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

Post New Answer

More C++ General Interview Questions

What is the difference between a constructor and a destructor in C++?

1 Answers  


an operation between an integer and real always yeilds a) integer result b) real result c) float result

0 Answers  


What is the full form of ios?

0 Answers  


What is the difference between const and constexpr?

4 Answers  


can anybody please tell me how to write a program in c++,without using semicolon(;)

6 Answers   NIIT,


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


class professor {}; class teacher : public virtual professor {}; class researcher : public virtual professor {}; class myprofessor : public teacher, public researcher {}; Referring to the sample code above, if an object of class "myprofessor" were created, how many instances of professor will it contain? a) 0 b) 1 c) 2 d) 3 e) 4

4 Answers   Quark,


What is cloning?

1 Answers  


what is the difference between overloading & overriding? give example.

0 Answers  


What are c++ tokens?

0 Answers  


Explain container class.

0 Answers  


What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

0 Answers  


Categories