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

Answer Posted / khaja

.obj,.exe

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1888


What does == mean in texting?

639


Why we use int main and void main?

522


Why doesnt that code work?

583


What is indirection? How many levels of pointers can you have?

635






What is data structure in c programming?

549


What is the purpose of ftell?

577


How can you return multiple values from a function?

605


Why isnt there a numbered, multi-level break statement to break out

564


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3663


What is d'n in c?

607


Explain what is the difference between functions abs() and fabs()?

595


What is the difference between #include

and #include “header file”?

527


How do you redirect a standard stream?

598


List the variables are used for writing doubly linked list program.

1594