Rumah > Soal Jawab > teks badan
#include <stdio.h>
struct n
{
int x;
char c;
};
void func(struct n b)=0,b.x
;
}
void main(){
struct n a={10,'x'};
func(a);
printf("%d,%c",a.x,a.c);
Kenapa keputusan akhir 10,x tolong beri saya jawapan
Rumah
Kursus
Soal Jawab
saya