How can you read a directory in a C program?


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

Post New Answer

More C Interview Questions

pgm to find middle element of linklist(in efficent manner)

4 Answers   Huawei,


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


write a progam to display the factors of a given number and disply how many prime numbers are there?

2 Answers  


what are the languages used in c#?

3 Answers   Infosys,


Should a function contain a return statement if it does not return a value?

0 Answers  


Write a program to print the prime numbers from 1 to 100?

7 Answers  


the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0

1 Answers  


How do I determine whether a character is numeric, alphabetic, and so on?

0 Answers  


Did c have any year 2000 problems?

0 Answers  


1.Why do you call C is middle level language? 2.Why do you call C is userfriendly language.

2 Answers  


What are the different types of objects used in c?

0 Answers  


What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


Categories