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.
No Answer is Posted For this Question
Be the First to Post Answer
what is data encapsulation in C++?
What is object file? How can you access object file?
Explain the auto storage classes in c++.
Why is standard template library used?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What is the meaning of string in c++?
Explain unexpected() function?
If horse and bird inherit virtual public from animal, do their constructors initialize the animal constructor? If pegasus inherits from both horse and bird, how does it initialize animal’s constructor?
describe private access specifiers?
What is object oriented programming (oop)?
What is a far pointer? where we use it?
What is a loop? What are different types of loops in c++?