What does malloc return in C and C++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


Explain the importance of method overloading in C++?

0 Answers   Akamai Technologies, Infogain,


Explain encapsulation in C++.

0 Answers   Verifone,


What is Copy Constructor?

5 Answers   ABC, Siemens,


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,






What is a virtual base class?

6 Answers   Fidelity, Siemens,


How to generate random numbers in C++ with a range?

0 Answers  


Identify the errors in the following program. #include <iostream> using namespace std; void main() { int i=5; while(i) { switch(i) { default: case 4: case 5: break; case 1: continue; case 2: case 3: break; } i-; } }

1 Answers  


What is the difference between member functions and static member functions?

0 Answers   Alter,


what is a pragma in C++?

0 Answers   Aspire,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Write a program to input an integer from the keyboard and display on the screen “WELL DONE” that many times.

1 Answers  


Categories