What does malloc return in C and C++?
No Answer is Posted For this Question
Be the First to Post Answer
What is latest update of C++ ?
When would you use a pointer? A reference?
In C++ what is the meaning of data hiding?
Write a program that can take input from 3 to 8 and calculate the average?
explain the term 'resource acquisition is initialization'?
Write a C++ Program to Find Sum and Average of n numbers using for loop.
What is pass by value & reference.
In C++ what do you mean by Inheritance?
Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }
How to stop class inheritance in C++ with condition that object creation should be allowed
Explain what happens when an exception is thrown in C++.
What is an algorithm (in terms of the STL/C++ standard library)?