Apr 08 2008 11:12 AM 3860 4 Auto Pointer amarendra.moharana What is auto pointer ? What is the use of this ? jaihind007 Profile Answers by jaihind007 Questions by jaihind007 Jul 15th, 2008 Auto pointer is nothing but, Proper memory management ( memory Allocation and deallocation).In C++ there is class template "auto_ptr" this is good example for auto pointer. Only we need to a... vamsip Profile Answers by vamsip Questions by vamsip May 6th, 2008 1. using printf scanf("%c",&ele); //read charecter printf("ascii= %d",ele); //print it acsii value Answer Question Select Best Answer
Apr 08 2008 11:12 AM 3860 4 Auto Pointer amarendra.moharana What is auto pointer ? What is the use of this ? jaihind007 Profile Answers by jaihind007 Questions by jaihind007 Jul 15th, 2008 Auto pointer is nothing but, Proper memory management ( memory Allocation and deallocation).In C++ there is class template "auto_ptr" this is good example for auto pointer. Only we need to a... vamsip Profile Answers by vamsip Questions by vamsip May 6th, 2008 1. using printf scanf("%c",&ele); //read charecter printf("ascii= %d",ele); //print it acsii value Answer Question Select Best Answer
jaihind007 Profile Answers by jaihind007 Questions by jaihind007 Jul 15th, 2008 Auto pointer is nothing but, Proper memory management ( memory Allocation and deallocation).In C++ there is class template "auto_ptr" this is good example for auto pointer. Only we need to a...
vamsip Profile Answers by vamsip Questions by vamsip May 6th, 2008 1. using printf scanf("%c",&ele); //read charecter printf("ascii= %d",ele); //print it acsii value