Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
996Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
1143Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1292Post New C++ General Questions
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
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?
You have two pairs: new() and delete() and another pair : alloc() and free(). Explain differences between eg. New() and malloc()
Explain what is class definition in c++ ?
Explain what data encapsulation is in c++?
What is setw manipulator in c++?
Explain linear search.
What is the best c++ ide?
What is a hash function c++?
How do I get good at c++ programming?
What is an object in c++?
Describe friend function & its advantages.
What is c++ manipulator?
Can you use the function fprintf() to display the output on the screen?
Write about c++ storage classes?