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

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:00
For all machines-not just hammers- the user applies force force to the machine to the machine over a certain distance. a. input b. output c. duo d. none of the above
Answers: 1
question
Computers and Technology, 22.06.2019 23:30
Which of the following is not a symptom of chronic fatigue syndrome
Answers: 2
question
Computers and Technology, 23.06.2019 04:31
Q14 what is most important for you to choose before you build a network? a. private network b. nos c. network media d. network protocol e. directory service
Answers: 1
question
Computers and Technology, 23.06.2019 21:10
Asample of 200 rom computer chips was selected on each of 30 consecutive days, and the number of nonconforming chips on each day was as follows: 8, 19, 27, 17, 38, 18, 4, 27, 9, 22, 30, 17, 14, 23, 15, 14, 12, 20, 13, 18, 14, 20, 9, 27, 30, 13, 10, 19, 12, 26. construct a p chart and examine it for any out-of-control points. (round your answers to four decimal places.)
Answers: 2
You know the right answer?
The following code generates errors. List the reasons? Modify the Code and rewrite the corrected one...
Questions
Questions on the website: 13722362