+ Reply to Thread
Results 1 to 2 of 2

Thread: types of memory allocation in C++

  1. #1
    JavaGuy Guest

    types of memory allocation in C++

    What's the three types of memory allocated for C++ variables?

  2. #2
    rahul.jain Guest
    1. Heap
    2. Stack
    3. Register

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Different types of polymorphism in C++
    By JavaGuy in forum C++ Fundamentals
    Replies: 1
    Last Post: 23rd August 2010, 06:53
  2. memory deallocation on exception in constructor
    By JavaGuy in forum Bloomberg
    Replies: 0
    Last Post: 26th May 2010, 23:45
  3. Allocate memory for 2D array
    By TopGun in forum Adobe
    Replies: 3
    Last Post: 3rd January 2009, 07:14

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts