How to get the current position of the file pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What is ofstream c++?
What are the four main data types?
#include<iostream.h> void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }
What is using namespace std in cpp?
write a program in c++ to generate imp z y x w v w x y z z y x w x y z z y x y z z y z z
Write any small program that will compile in "C" but not in "C++"?
What is the difference between inline functions and macros?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
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.
Is there a sort function in c++?
What are the strengths of C++?
Why can templates only be implemented in the header file?