What is ios :: in in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by late binding?
What are the five basic elements of a c++ program?
write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.
What size is allocated to the union variable?
Explain what is class definition in c++ ?
Are vectors faster than arrays?
In a class, there is a reference or pointer of an object of another class embedded, and the memory is either allocated or assigned to the new object created for this class. In the constructor, parameters are passed to initialize the data members and the embedded object reference to get inialized. What measures or design change should be advised for proper destruction and avioding memory leaks, getting pointers dangling for the embedded object memory allocation? Please suggest.
pls help.. paper bills.. 1000, 500, 100, 50, 20, 10, 5, 1.. create a program that will count all the paper bills in the number being input.. example: enter a number: 3886 there is/are: 3 ->1000 1 ->500 3 ->100 1 ->50 1 ->20 1 ->10 1 ->5 1 ->1 example2: enter a number: 728 there is/are: 0 ->1000 1 ->500 2 ->100 0 ->50 1 ->20 0 ->10 1 ->5 3 ->1
What is a binary file? List the merits and demerits of the binary file usagein C++.
How do you initialize a class member, class x { const int i; };
Does c++ have a hash table?
How do you declare A pointer to a function which receives nothing and returns nothing