日日操夜夜添-日日操影院-日日草夜夜操-日日干干-精品一区二区三区波多野结衣-精品一区二区三区高清免费不卡

公告:魔扣目錄網(wǎng)為廣大站長(zhǎng)提供免費(fèi)收錄網(wǎng)站服務(wù),提交前請(qǐng)做好本站友鏈:【 網(wǎng)站目錄:http://www.ylptlb.cn 】, 免友鏈快審服務(wù)(50元/站),

點(diǎn)擊這里在線咨詢客服
新站提交
  • 網(wǎng)站:51998
  • 待審:31
  • 小程序:12
  • 文章:1030137
  • 會(huì)員:747

指針是一個(gè)存儲(chǔ)另一個(gè)變量地址的變量。

指針的特點(diǎn)

    指針節(jié)省內(nèi)存空間。

    由于直接訪問(wèn)內(nèi)存位置,指針的執(zhí)行時(shí)間更快。

    在指針的幫助下,內(nèi)存被有效地訪問(wèn),即動(dòng)態(tài)分配和釋放內(nèi)存。

    指針與數(shù)據(jù)結(jié)構(gòu)一起使用。

    聲明一個(gè)指針

    int *p;

    登錄后復(fù)制

    這意味著“p”是一個(gè)指針變量,它保存另一個(gè)整型變量的地址。

    指針的初始化

    地址運(yùn)算符(&)用于初始化指針變量。

    例如,

    int qty = 175;
    int *p;
    p= &qty;

    登錄后復(fù)制

    通過(guò)變量訪問(wèn)變量指針

    要訪問(wèn)變量的值,請(qǐng)使用間接運(yùn)算符 (*)。

    程序

    ?現(xiàn)場(chǎng)演示

    #include<stdio.h>
    void main(){
       //Declaring variables and pointer//
       int a=2;
       int *p;
       //Declaring relation between variable and pointer//
       p=&a;
       //Printing required example statements//
       printf("Size of the integer is %d

    ",sizeof (int));//4// printf("Address of %d is %d

    ",a,p);//Address value// printf("Value of %d is %d

    ",a,*p);//2// printf("Value of next address location of %d is %d

    ",a,*(p+1));//Garbage value from (p+1) address// printf("Address of next address location of %d is %d

    ",a,(p+1));//Address value +4// //Typecasting the pointer// //Initializing and declaring character data type// //a=2 = 00000000 00000000 00000000 00000010// char *p0; p0=(char*)p; //Printing required statements// printf("Size of the character is %d

    ",sizeof(char));//1// printf("Address of %d is %d

    ",a,p0);//Address Value(p)// printf("Value of %d is %d

    ",a,*p0);//First byte of value a - 2// printf("Value of next address location of %d is %d

    ",a,*(p0+1));//Second byte of value a - 0// printf("Address of next address location of %d is %d

    ",a,(p0+1));//Address value(p)+1// }

    登錄后復(fù)制

    輸出

    Size of the integer is 4
    Address of 2 is 6422028
    Value of 2 is 2
    Value of next address location of 2 is 10818512
    Address of next address location of 2 is 6422032
    Size of the character is 1
    Address of 2 is 6422028
    Value of 2 is 2
    Value of next address location of 2 is 0
    Address of next address location of 2 is 6422029

    登錄后復(fù)制

    以上就是編寫一個(gè)C程序,演示指針的示例的詳細(xì)內(nèi)容,更多請(qǐng)關(guān)注www.xfxf.net其它相關(guān)文章!

分享到:
標(biāo)簽:指針demopro()
用戶無(wú)頭像

網(wǎng)友整理

注冊(cè)時(shí)間:

網(wǎng)站:5 個(gè)   小程序:0 個(gè)  文章:12 篇

  • 51998

    網(wǎng)站

  • 12

    小程序

  • 1030137

    文章

  • 747

    會(huì)員

趕快注冊(cè)賬號(hào),推廣您的網(wǎng)站吧!
最新入駐小程序

數(shù)獨(dú)大挑戰(zhàn)2018-06-03

數(shù)獨(dú)一種數(shù)學(xué)游戲,玩家需要根據(jù)9

答題星2018-06-03

您可以通過(guò)答題星輕松地創(chuàng)建試卷

全階人生考試2018-06-03

各種考試題,題庫(kù),初中,高中,大學(xué)四六

運(yùn)動(dòng)步數(shù)有氧達(dá)人2018-06-03

記錄運(yùn)動(dòng)步數(shù),積累氧氣值。還可偷

每日養(yǎng)生app2018-06-03

每日養(yǎng)生,天天健康

體育訓(xùn)練成績(jī)?cè)u(píng)定2018-06-03

通用課目體育訓(xùn)練成績(jī)?cè)u(píng)定