Compro. Final1/64 part2

Compro. Final1/64 part2

University

25 Qs

quiz-placeholder

Similar activities

CSI Coding Quiz

CSI Coding Quiz

University

20 Qs

OCS752_CP_MODEL 3_PART A

OCS752_CP_MODEL 3_PART A

University

30 Qs

C que que que

C que que que

University

23 Qs

9.4.25 Mentoring quiz

9.4.25 Mentoring quiz

University

20 Qs

Operator in C

Operator in C

University

20 Qs

Aptitude King

Aptitude King

University - Professional Development

25 Qs

Operators in C

Operators in C

University

24 Qs

C - Strings

C - Strings

University

20 Qs

Compro. Final1/64 part2

Compro. Final1/64 part2

Assessment

Quiz

Computers

University

Medium

Created by

Watcharin Tangsuksant

Used 11+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

If the mode is "rb" as the initial letter, what does it indicates?

text file

big text file

binary file

blueprint text

skip

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What are the C functions used to read or write a file in Text Mode?

fprintf(), fscanf()

fread(), fwrite()

fprint(), fscan()

read(), write()

skip

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

When fopen() is not able to open a file, What will be returned?

EOF

NULL

Run-time Error

None of the above

skip

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Where is a data of the file is stored?

Ram

Hard disk

Rom

Buffer

skip

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Which condition is True when it takes a new line?

ch == "\n"

ch == "\r"

ch == "\0"

ch == " "

skip

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

To show the string PREdept by the statement: printf("%s\n", str); which one is the invalid declaration?

char str[] = {'P', 'R', 'E', 'd', 'e', 'p', 't', '\0'};

char str[] = "PREdept";

char *str = "PREdept";

char *str = {'P', 'R', 'E', 'd', 'e', 'p', 't', '\0'};

skip

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Please fill in the blank to print out “Friday” on screen?

*day+4

*day[4]

day[4]

*day-4

skip

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?