list the no of files created when c source file is compiled

Answer Posted / peter devanesan

.obj,.bak

Is This Answer Correct ?    23 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is extern variable in c with example?

538


What is logical error?

605


Why C language is a procedural language?

623


program to convert a integer to string in c language'

1986


The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.

1065






What are formal parameters?

661


Explain high-order and low-order bytes.

667


Explain what happens if you free a pointer twice?

613


How can I split up a string into whitespace-separated fields?

571


Can you return null in c?

597


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

671


How can I call fortran?

643


I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

563


write a program to copy the string using switch case?

2401


What is a pragma?

670