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).
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 .
1152Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
1296
What is class invariant in c++?
Why it is called runtime polymorphism?
What is a loop? What are different types of loops in c++?
Mention the purpose of istream class?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Explain the advantages of using friend classes.
What is a stack? How it can be implemented?
What is c++ good for?
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 searching? Explain linear and binary search.
write a program to find 2^n+1 ?
What is the full form of oops?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
Write a program which employs Recursion
What is the average salary of a c++ programmer?