struct Struct {int a[20], double x}; int main() { Struct s1; return 0}; To initialize the elements of structure, following instrunction is the correct option: Struct.a[0] = 50; Struct.x = 5.0;...


struct Struct {int a[20], double x}; int<br>main() { Struct s1; return 0}; To<br>initialize the elements of structure,<br>following instrunction is the correct<br>option:<br>Struct.a[0] = 50;<br>Struct.x = 5.0;<br>Struct.a = {10, 20, 30, 40};<br>O All of Above<br>O None of Above<br>

Extracted text: struct Struct {int a[20], double x}; int main() { Struct s1; return 0}; To initialize the elements of structure, following instrunction is the correct option: Struct.a[0] = 50; Struct.x = 5.0; Struct.a = {10, 20, 30, 40}; O All of Above O None of Above

Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions ยป

Submit New Assignment

Copy and Paste Your Assignment Here