Question: > Moving to another question will save this response uestion 7 Given the following struct stract contact char name(32]: int phone: char email(32]: Which code

 > Moving to another question will save this response uestion 7

> Moving to another question will save this response uestion 7 Given the following struct stract contact char name(32]: int phone: char email(32]: Which code can be used to create a contact and store data? stract contact x; scanf (ngs", 6x.nane); scant ("ed". &x.phone): scant ("%s", &x.email); o struct contact x: scanf("s", &x.name) : scanf ("ed", x.phone) scanf("*s", x. email): o stract contact x: scanf ("Ss", x.name) scanf "ed", x.phone) : scanf"",x.email) 0 struct contact x: scanf (ngs". x.name); scanf ("id". x.phone); scanf("%s". x.email)

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!