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).
999Write 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 .
1149Write 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 are the 3 pillars of oop?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
what is a pragma in C++?
What are classes oop?
Can java be faster than c++?
How can I disable the "echo" feature?
What is the full form nasa?
Write a program to reverse a string using recursive function?
Explain the operator overloading feature in C++ ?
When there is a global variable and local variable with the same name, how will you access the global variable?
Difference between delete and free.
Can I make ios apps with c++?
Explain dangling pointer.
What is the point of oop?
What is methods in oop?