181k views
1 vote
QUESTION 3 True or false: you can use the assignment operator to copy one structure variable to another structure variable of the same type. True False QUESTION 4 Which of the following cannot be a structure member in C? intp: void (int x) chara O double arr|25) QUESTIONS a Your program contains the following loop to read the contents of a text file, one integer at a time: while (fscanf(fp,"%d", &val) - EOF) ...) w the input file that tp points to contains 15 integers, how many times will your program call fscanf() before the loop ends? Assume the body of the loop does not read anything from the file The loop is infinite 15 1 O 20 16

User Pltrdy
by
7.8k points

1 Answer

3 votes

Answer:

true

Step-by-step explanation:

yes it's true you can use it

User Luis Lavieri
by
8.5k points

No related questions found