write a corrected statement in c++ so that the statement
will work properly. x = y = z + 3a;


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

Post New Answer

More C++ General Interview Questions

class basex { int x; public: void setx(int y) {x=y;} }; class derived : basex {}; What is the access level for the member function "setx" in the class "derived" above? a) private b) local c) global d) public e) protected

3 Answers   Quark,


Differences between private, protected and public and give examples.

0 Answers  


What are the data types in c++?

0 Answers  


Describe Trees using C++ with an example.

0 Answers  


If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?

0 Answers  






Explain polymorphism?

0 Answers  


In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....

0 Answers   College School Exams Tests, CS,


Explain pass by value and pass by reference.

0 Answers  


Generally variables are stored in heap memory. When he variables are created in stack?

4 Answers   Persistent,


Explain selection sorting?

0 Answers  


What is the use of data hiding?

0 Answers  


What is a pointer with example?

0 Answers  


Categories