1 |
Which of the following functions is used to copy a string to an array characters/ |
Strcpy
Strpcy
Strycp
Copy
|
2 |
Which of the following characters is used to mark the end of the string |
\0
/0
\a
\n
|
3 |
An array script should be |
Int
Float
Double
An array
|
4 |
On, successfully closing a file, the fclose () returns |
Null
0
1
FILE pointer
|
5 |
Which of the following functions is used to write a string to a file |
Puts()
Putc ()
Fputs ()
Fqets()
|
6 |
Which mode opens only an existing file for both reading and writing |
"W"
"W+"
"r+"
"a+"
|
7 |
A file is stored in |
RAM
Hard Disk
ROM
Cache
|