subject
Computers and Technology, 26.08.2021 07:20 maymaaz

The following code generates errors. List the reasons? Modify the Code and rewrite the corrected one. #include
struct PPS{
int C, S,E; char dept[10];
}PPS1={3,2,1};
typedef struct PPS P;
int main(){
struct PPS p= {1,2,3,"PPS and CSE"};
structure pp ={3,3,3};
struct PPS q={1,"skjr",5,6};
printf("%d %d %d\n",P. C,P. S,P. E);
printf("%d %d %d\n",pp. c,pp. S,pp. E);
return 0;
}

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 22.06.2019 18:30, Angelanova69134
Technician a says that a shop towel should never be used to clean around the flange area before replacing an automatic transmission filter. technician b says that a dimpled transmission fluid pan can be repaired. who is right
Answers: 3
image
Computers and Technology, 23.06.2019 00:00, puppylove899
Which is the correct sequence of steps to set up a document in landscape orientation? a. select page setup from the file menu. then click the margins tab and select landscape. b. select page setup from the edit menu. then click the margins tab and select landscape. c. select page setup from the insert menu. then click the margins tab and select landscape. d. select page setup from the format menu. then click the margins tab and select landscape
Answers: 1
image
Computers and Technology, 23.06.2019 00:20, mmmmaaarriiieeee
The open systems interconnection (osi) reference model: defines standards for many aspects of computing and communications within a network. is a generic description for how computers use multiple layers of protocol rules to communicate across a network. defines standards for wireless local area network (wlan) communication protocols. details the advantages and disadvantages of various basic network cabling options.
Answers: 1
image
Computers and Technology, 23.06.2019 07:30, kimhoss2
What are ways to switch windows in excel? check all that apply. on the status bar, click the windows button, and then click the file name. on the task bar, click to display the excel jump list, and then click the file name. on the view tab, in the window group, click switch windows, and then click the file name. on the review tab, in the viewing group, click files, and then click the file name.
Answers: 1
You know the right answer?
The following code generates errors. List the reasons? Modify the Code and rewrite the corrected one...

Questions in other subjects: