Write a corrected statement in c++ so that the statement
will work properly. x + y=z;
Answers were Sorted based on User's Feedback
Explain register storage specifier.
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
What is a container class? What are the types of container classes in c++?
How do I exit turbo c++?
What is the difference between const and constexpr?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
What is friend class in c++ with example?
Write a Program for find and replace a character in a string.
What is buffering in c++?
program to print this triangle * * * * * *
Differentiate between the message and method in c++?