what are the files which are automatically opened when a c
file is executed?
Answer Posted / j j ramesh / ap / mca / jjcet
.exe and .obj files are open
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What's the best way of making my program efficient?
Do you know what are bitwise shift operators in c programming?
Write the program with at least two functions to solve the following problem. The members of the board of a small university are considering voting for a pay increase for their 10 faculty members. They are considering a pay increase of 8%. Write a program that will prompt for and accept the current salary for each of the faculty members, then calculate and display their individual pay increases. At the end of the program, print the total faculty payroll before and after the pay increase, and the total pay increase involved.
What is dynamic memory allocation?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
When should a type cast be used?
Add Two Numbers Without Using the Addition Operator
What is a pointer and how it is initialized?
What is || operator and how does it function in a program?
Explain what is the difference between the expression '++a' and 'a++'?
What is pointer and structure in c?
What is hashing in c?
Are local variables initialized to zero by default in c?
What are the application of void data type in c?
What is the use of function in c?