Explain what are the different file extensions involved when programming in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


why arithmetic operation can’t be performed on a void pointer?

1 Answers  


Why doesnt this code work?

0 Answers  


What are the two forms of #include directive?

0 Answers   Aspire, Infogain,


What is gets() function?

0 Answers  


How can I implement opaque (abstract) data types in C? What's the difference between these two declarations? struct x1 { ... }; typedef struct { ... } x2;

2 Answers  


How can I invoke another program from within a C program?

8 Answers  


Is a house a mass structure?

0 Answers  


What is a nested formula?

0 Answers  


Write a simple code fragment that will check if a number is positive or negative.

0 Answers  


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


print the pattern 1 2 4 3 6 9 4 8 12 16 5 10 15 20 25 if n=5

3 Answers   Winit,


Categories