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
What are different types of loops in c++?
if int1 has the value 12, int has the value 18, and int3 has the value 21, what is the result: int1 < int2 && int2 < int 3
Tell me what are static member functions?
Why c++ is not a pure oop language?
What are the different types of polymorphism in c++?
what is the emaning of '#include" "'?
When should you use multiple inheritance?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
What is input operator in c++?
How many ways can a variable be initialized into in C++?
How many bit combinations are there in a byte?
What is the use of function pointer?