Is file a keyword in c?


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

Post New Answer

More C Interview Questions

int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  


Why does notstrcat(string, "!");Work?

0 Answers  


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


If fflush wont work, what can I use to flush input?

0 Answers  


Add 2 64 bit numbers on a 32 bit machine

3 Answers   EMC, Hyderabad Central University, NetApp,






What is array of structure in c programming?

0 Answers  


2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

9 Answers   HCL, Tech Mahindra,


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Explain low-order bytes.

0 Answers  


What is the newline escape sequence?

0 Answers  


What is the use of keyword VOLATILE in C?

1 Answers  


What the advantages of using Unions?

0 Answers   TISL,


Categories