Write a corrected statement in c++ so that the statement
will work properly. x + y=z;
Answer Posted / ravin
z=x+y;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you invoke a base member function from a derived class in which you’ve overridden that function?
What is buffering in c++?
What is the difference between a pointer and a link in c ++?
What is a wchar_t in c++?
What is an overflow error?
Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);
Explain what you mean by a pointer.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What is problem with overriding functions?
What is c++ 11 and c++ 14?
Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
Explain the problem with overriding functions
Explain terminate() and unexpected() function?
What is main function in c++ with example?
What is class in c++ with example?