Can malloc be used in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which uses less memory? a) struct astruct { int x; float y; int v; }; b) union aunion { int x; float v; }; c) char array[10];
What is std :: endl?
What are the three forms of cin.get() and what are their differences?
What are literals in C++?
What is data type in c++?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
Write about c++ storage classes?
How can I disable the "echo" feature?
What is the difference between stack and heap memory?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
What is c++ prototype?
Write a corrected statement in c++ so that the statement will work properly. x =+ 7;