STL (140)
OOPS (873)
C++ General (2409) Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
TCS,
1011
Is c++ built on c?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
How to reverse a string in C++
What is null c++?
Mention the storage classes in c++.
What are the steps in the development cycle?
Is c++ a high level language?
Is c++ a software?
Can recursive program be written in C++?
what Is DCS ? what i will get benefit when i did?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Why use of template is better than a base class?
What is the difference between new() and malloc()?
Write some differences between an external iterator and an internal iterator? Describe the advantage of an external iterator.
What is a tuple c++?