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 are the different types of pointers used in c language?
Explain how do you declare an array that will hold more than 64kb of data?
What do mean by network ?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
What is the total generic pointer type?
Function calling procedures? and their differences? Why should one go for Call by Reference?
What is the advantage of a random access file?
What is the difference between NULL and NUL?
what are bit fields? What is the use of bit fields in a structure declaration?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
5 Write an Algorithm to find the maximum and minimum items in a set of ānā element.
What are the 4 data types?
What is the use of getch ()?
Why do we use int main?
How can a program be made to print the line number where an error occurs?