know yourselves. information, computer, 7 wonders, various.

Sunday, November 12, 2017

C++ programming language part: 45 Data Storage Type


Data Storage Type

auto storage type

Data partaining of a function is lost when the function has been executed completely. Variable defined in a function are in memory and retain their value only as long as the function is in executed. When we declare like:  int p , by default, it is treated as auto int p we can also declare like: auto int p for clarity.

Program 35
            void nova();
            void main()
            {
             clrscr();
             int p;        // can be auto int p;
             for(p=0;p<4 o:p="" p="">
             nova();
            }
             void nova()
            {
             int x=1;      // auto storage type, can be auto int x=1
             cout<<"The executed time is "<
             x++;

            }





জ্ঞানকোষ প্রকাশনী
৩৮/২-ক, বাংলাবাজার (২য় তলা), ঢাকা।
       ফোনঃ ৭১১৮৪৪৩, ৮১১২৪৪১, ৮৬২৩২৫১.         
                                                     
কলকাতায় পরিবেশক/প্রাপ্তিস্থান
রিতা ইন্টারন্যাশনাল
৩৬, পি.এন. ব্যানার্জি রোড, কলকাতা
ফোনঃ ২৫১৩৮৩৫৯, ৯৮৩০৪৩৯৬৭৯, +৯১৯৮৩০৪৩৯৬৭৯