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

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


What is variable and explain rules to declare variable in c?

0 Answers  


main() { printf("\n %d %d %d",sizeof('3'),sizeof("3"),sizeof(3)); } wat is the o/p and how?

12 Answers   Tech Mahindra,


What are pointers really good for, anyway?

0 Answers  


What is f'n in math?

0 Answers  






What is new line escape sequence?

0 Answers  


What is the maximum length of an identifier?

0 Answers  


3.write a simple program that will output your name,phone number,e-mail address,and academic major on separate lines 1.create an account and a personal directory for your work b.find out how to create a subdirectory on your system.create one called info c.you will use a text editor to type in your programs and data files.some C systems have a built in text editor;others do not.Find out what text editor you will be using and how to access it.create a text file(not a program) containing your name ,address,and telephone number on separate lines.Next,write the brand of computer you are using and the name of the text editor.Then write a paragraph that describes your past experience with computers.save this file in your info directory. d. find out how to print a file on your system .print out and turn in the file you created in (c).

0 Answers   TCS,


main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }

10 Answers   TCS, Vector,


Is Exception handling possible in c language?

0 Answers   Wipro,


What is a macro in c preprocessor?

0 Answers  


what is the difference between. system call and library function?

2 Answers   CDAC, Satyam,


Categories