What are the different file extensions involved when programming in C?



What are the different file extensions involved when programming in C?..

Answer / Mohit Jaiswal

The primary file extension used for C programs is '.c'. Linked C libraries have a '.a' extension, and header files have a '.h' extension.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

When the macros gets expanded?

1 Answers  


What is use of bit field?

1 Answers  


Can one function call another?

1 Answers  


What's the total generic pointer type?

1 Answers  


What is c method?

1 Answers  


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


What is extern variable in c with example?

1 Answers  


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


What is main void in c?

1 Answers  


Write a C program to read the internal test marks of 25 students in a class and show the number of students who have scored more than 50% in the test. Make necessary assumptions.

1 Answers  


The program to allow the characters from the input received and send this function to a function check if the characters between letters a to z is a function of y joins as the characters main and output to otherwise return to the original function of the y characters

0 Answers  


What is pointer to pointer in c?

1 Answers  


Categories