can we access one file to one directory?



can we access one file to one directory?..

Answer / siddiqui mohd. faisal

Do you mean that can we access one file from directory

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?

0 Answers   TCS,


Is c functional or procedural?

1 Answers  


Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }

4 Answers   Subex,


How do we make a global variable accessible across files? Explain the extern keyword?

0 Answers  


print 1-50 with two loop & two print Statement

2 Answers  






write an algorithm and c program to add two 2x2 matrics

2 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


What is the difference between single charater constant and string constant?

0 Answers  


What does %c mean in c?

0 Answers  


Do you know what is the purpose of 'extern' keyword in a function declaration?

0 Answers  


WHAT WILL BE OUTPUT OF BELOW CODE . . AND PLEASE EXPLAIN HOW IT COME .. #include<stdio.h> #include<conio.h> void main() { int k=20; printf("%d%d%d%d",k,k++,++k,k); getch(); }

25 Answers  


Categories