STL (140)
OOPS (873)
C++ General (2409) Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
1058Write 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 .
1208Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1342
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
What is the use of lambda in c++?
What is std namespace in c++?
What is the first name of c++?
What do you mean by enumerated data type?
Explain "const" reference arguments in function?
What are the different types of polymorphism in c++?
Why iomanip is used in c++?
What is meaning of in c++?
What is the difference between inheritance and polymorphism?
How static variables and local variablesare similar and dissimilar?
What is polymorphism and types?
What is the purpose of template?
Write about c++ storage classes?
Why main function is special in c++?