CBSE Class 12 Computer Science Question 13 of 145

File Handling — Question 3

Back to all questions
3
Question

Question 3

What are CSV files ?

Answer

CSV (Comma Separated Values) files are delimited files that store tabular data (data stored in rows and columns as we see in spreadsheets or databases) where comma delimits every value. Each line in a CSV file is a data record. Each record consists of one or more fields, separated by commas (or the chosen delimiter).