asked 123k views
4 votes
_______For the C programming language, files containing the code you write are named with a file extension of .g. (T/F)

1 Answer

2 votes

Answer:

False.

Step-by-step explanation:

In C programming language the file which containing the code that we are writing the code is have the file extension .c and for c++ it is .cpp. C programming language is a general purpose procedural computer programming language.

.g file extension is for data chart file format used by APPLAUSE database development software.

Hence the answer to this question is false.

answered
User ZagNut
by
7.9k points