CAN U SAY WHICH PROGRAMING LANGUAGE IS USED BY DOCTORS....?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
What is the maximum value of a unsigned char a) 255 b) 256 c) 128
Is c++ proprietary?
What does '\r' and '\b' mean? Please explain with example.
What are the defining traits of an object-oriented language?
What do you mean by function overriding & function overloading in c++?
Explain the advantages of using friend classes.
what is the basic concept of c++(object oriented programing)
What is the function of the keyword ‘volatile’ in C++?
Profiler in projects?