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.
Why are pointers not used in c++?
What is the difference between static link library and dynamic link library?
What are disadvantages of pointers?
What is protected inheritance?
Differentiate between an inspector and a mutator ?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is ios flag in c++?
Does c++ have finally?
What are the extraction and insertion operators in c++?
What is RAII (Resource Acquisition Is Initialization)?
Explain function overloading and operator overloading.
What is command line arguments in C++? What are its uses? Where we have to use this?