How compile and run c++ program in turbo c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between method and message?
Does std endl flush?
given the code segment below void main() { cout<<"my no. is"; } question is how can we get the output hai aravind my no. is 99999999999 without editig the main().
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is the basic structure of c++ program?
What is a driver program?
Is it possible to use a new for the reallocation of pointers ?
What is difference between malloc()/free() and new/delete?
What is the standard template library (stl)?
What does the linker do?
Explain the concept of dynamic allocation of memory?
Explain static and dynamic memory allocation with an example each.