Arama butonu
Bu konudaki kullanıcılar: 1 misafir
2
Cevap
850
Tıklama
0
Öne Çıkarma
c öğreniyorum yardım lütfen
G
9 yıl (244 mesaj)
Çavuş
Konu Sahibi

#include <stdio.h>

int main(void)

{

int a=3;
int b=7;
int c;


c=a+b;
double *aPtr, *bPtr,*cPtr;

aPtr=&a;
bPtr=&b;
cPtr=&c;

printf("The value of c is %d\n",c);
printf("The value of &a is %p\n\n",*&a);

printf("The value of bPtr is %p\n",nPtr);
printf("The value of *bPtr is %d\n\n",*bPtr);

printf("The value of cPtr is %p\n",cPtr);
printf("The value of *aPtr is &d\n\n",*aPtr);

printf("The valu of *&a is %d\n",*&a);
printf("The value of*&c is %d\n\n",*&c);

printf("The value of *&aPtr is %p\n",*&aPtr);
printf("The value of &*bPtr is %p\n",&*bPtr);
printf("The value of &*cPtr is %p\n",&*cPtr);

return 0;


}



15. satırda hata veriyor sebebi nedir ??

DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.

Üye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.

Üye Ol Şimdi Değil