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


Please Help Members By Posting Answers For Below Questions

What is the use of header?

628


What is the difference between procedural and functional programming?

523


Write a program that accept anumber in words

1256


4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.

1731


write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.

14972






What is a class c rental property?

620


what are bit fields? What is the use of bit fields in a structure declaration?

1503


What are compound statements?

633


Is stack a keyword in c?

640


What is the use of getchar() function?

634


What is use of #include in c?

603


How do you define structure?

571


a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);

649


Explain the difference between call by value and call by reference in c language?

651


write a c program to calculate sum of digits till it reduces to a single digit using recursion

2726