How compile and run c++ program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is ios :: in in c++?
What is this weird colon-member (" : ") syntax in the constructor?
What are the types of pointer?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is meaning of in c++?
Can we specify variable field width in a scanf() format string? If possible how?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
given unsigned int ui1=3,ui2=7; what are the outputs of a)ui1 & ui2 b)ui1 && ui2 c)ui1 | ui2 d)ui1 || ui2 i also need the justification for the answers thank you
Explain how to initialize a const data member.
What is Virtual Inheritance?
What are destructors?
How do you generate a random number in c++?