When a c file is executed there are many files that are automatically opened what are they files?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why do some versions of toupper act strangely if given an upper-case letter?

0 Answers  


What is a pointer and how it is initialized?

0 Answers  


Given a string write a program to print all alphabetical characters in the order of their occurance first,followed by the sum of the numeric characters then followed by the special characters in the order of their occurance.

1 Answers   College School Exams Tests, Wipro,


what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,






prototype of sine function.

2 Answers   Cadence,


What are loops in c?

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


write a program to print data of 5 five students with structures?

0 Answers  


Explain how do you determine whether to use a stream function or a low-level function?

0 Answers  


Explain what are preprocessor directives?

0 Answers  


What are pointers really good for, anyway?

0 Answers  


Categories