Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Adott:
struct DATA{
int data1;float data2;char data3[];};
float data2;
char data3[];
};
Melyek helyes kezdőértékadások?
struct DATA x={1,2.4,"labda"};
struct DATA x {1,2,"labda"};
struct DATA x={1,2.4,labda};
struct DATA x={1,2,"labda"};
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!