Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
1001Write 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 .
1150Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1296Post New C++ General Questions
What is a hashmap c++?
How do you establish an is-a relationship?
What is enum c++?
What are the rules for naming an identifier?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the difference between cin.read() and cin.getline()?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is endl c++?
What is near, far and huge pointers? How many bytes are occupied by them?
Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).
What is c++ 11 and c++ 14?
What is a buffer c++?
Difference between a copy constructor and an assignment operator.
what is the use of void main() in C++ language?
What is the purpose of the "delete" operator?