What does the code "cout<<(0==0);" print?
1) 0
2) 1
3) Compiler error: Lvalue required
Answer Posted / manimegalai
compiler error
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
what are the realtime excercises in C++?
What is encapsulation and abstraction? How are they implemented in C++?
What is static modifier?
How to use CMutex, CSemaphore in VC++ MFC
write a program to find 2^n+1 ?
What polymorphism means?
What are properties in oop?
What is overloading and its types?
What type of loop is a for loop?
Whats oop mean?
What is a superclass in oop?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Explain the concepts involved in Object Oriented programming.
What is class and object in oops?