CSV files are comma separated values saved as a ____________.
2023
CSV files are comma separated values saved as a ____________.
- A.
text file
- B.
binary file
- C.
MySQL table
- D.
random file
Attempted by 1565 students.
Show answer & explanation
Correct answer: A
text file (टेक्स्ट फाइल) CSV files store data in plain text format with values separated by commas. Each line usually represents a record and fields are separated by commas. Stored as plain text (human-readable).