Can malloc be used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is data type in c++?
throw Can constructors exceptions?
Write about the local class and mention its use?
Is std :: string immutable?
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. --- │ │ │ │ │ │ ---
show that among any group of five (not necessary consecutive ) integers, there are two with the same remainder when divided by 4.
What is a template in c++?
Why null pointer is used?
simple c++ program for "abcde123ba" convert "ab321edcba" with out using string
What is the Standard Template Library?
write a c++ program that gives output 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 using looping statement
when can we use copy constructor?