Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Select T for True and F for False. (10 points/ 1 point each) 1- There are three text files modes. 2- 2-Dimensional Array B[2][3] is

image text in transcribed

Select T for True and F for False. (10 points/ 1 point each) 1- There are three text files modes. 2- 2-Dimensional Array B[2][3] is declared as: int B[2][3]={1,2,3},{9, 4, 5), then B consists of 2 rows and 3 columns. 3- Write mode opens a new file for reading. 4- In an array declared as B[n], the index goes from B[1] to B[n]. 5- To open the file myFile.txt" in the append through the pointer P use the following command: P=fopen("myFile.txt", "A"); > 6- Array Pis declared as: int P[ ]={2, 11, -5, 12, 4}, then P[0]=2. 7- Array Pis declared as: int P[ ]={2, 11, -5, 12, 4), then P[4]=4. 8- Write mode erases a file, if existing and new one is created. 9- The enumerated type is built on the float type. 10- Array Pis declared as: int P[ ]={2, 11, -5, 12, 4), then * (P)+1=3

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Inference Control In Statistical Databases From Theory To Practice Lncs 2316

Authors: Josep Domingo-Ferrer

2002nd Edition

3540436146, 978-3540436140

More Books

Students also viewed these Databases questions

Question

=+What kinds of problems need to be overcome?

Answered: 1 week ago

Question

=+Describe an important trade-off you recently faced

Answered: 1 week ago