Explain stack & heap objects?


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

Post New Answer

More C++ General Interview Questions

write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num

0 Answers   Care,


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

0 Answers  


What is the precedence when there is a global variable and a local variable in the program with the same name?

0 Answers  


What should main() return in c and c++?

0 Answers  


What is const pointer and const reference?

0 Answers  






What is class in c++ with example?

0 Answers  


Comment on c++ standard exceptions?

0 Answers  


What is a dangling pointer?

3 Answers   Glenwood,


What is the difference between #define debug 0 and #undef debug?

0 Answers  


Snake Game: This is normal snake game which you can find in most of the mobiles. You can develop it in Java, C/C++, C# or what ever language you know.

0 Answers  


How can you specify a class in C++?

0 Answers  


Difference between struct and class in terms of access modifier.

0 Answers  


Categories