write a program to find 2^n+1 ?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between const int *ptr and int const *ptr???
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
What is sub classing in c++?
What is the main feature of oop?
• What are the desirable attributes for memory managment?
How to calculate the age from the date of birth by using the program?
i=20;k=0; for(j=1;k-i;k+=j<10?4:3) { cout<<k; } //please comment on the output
what is opps?why it is use in programming language?
What is polymorphism ? Explain with examples
What are the data types in oop?
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
what is object slicing?