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
Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.
Explain do array subscripts always start with zero?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is a floating point in c?
What are the advantages of c language?
formula to convert 2500mmh2o into m3/hr
how to write optimum code to divide a 50 digit number with a 25 digit number??
What is header file definition?
Is there sort function in c?
What are global variables and how do you declare them?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
How can I generate floating-point random numbers?
Explain how can you determine the size of an allocated portion of memory?
What is the right type to use for boolean values in c?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list