difference between object file and executable file


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

Post New Answer

More C Interview Questions

what are enumerations in C

0 Answers   TCS,


write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1

3 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


How to write c functions that modify head pointer of a linked list?

0 Answers  


Is c functional or procedural?

1 Answers  






write a program that uses point of sale system. which are mainly used by retail markets, where the is a database inventory list, a slip should be printed for the customer. manage should be able to access what has been sold and what is left from stock?

1 Answers  


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


Can the “if” function be used in comparing strings?

0 Answers  


what are bit fields? What is the use of bit fields in a structure declaration?

0 Answers   Flextronics, TISL, Virtusa,


Write a program to exchange two variaables without temp

9 Answers   Geometric Software,


write a own function for strstr

1 Answers   LG Soft,


Categories