How do you list files in a directory?


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

Post New Answer

More C Interview Questions

why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


What is array in c with example?

0 Answers  


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


Are enumerations really portable?

0 Answers  


pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

2 Answers   Subex, Wipro,






Write one statement equalent to the following two statements x=sqr(a); return(x); Choose from one of the alternatives a.return(sqr(a)); b.printf("sqr(a)"); c.return(a*a*a); d.printf("%d",sqr(a));

6 Answers   TCS,


Which control loop is recommended if you have to execute set of statements for fixed number of times?

0 Answers  


char *p="name"; printf(p);

1 Answers  


What is function in c with example?

0 Answers  


what is the difference between call by value and call by reference?

5 Answers   Genpact, Global Logic, Infosys,


from which concept of 'c', the static member function of 'c++' has came?

1 Answers   Bosch,


what is the difference between declaration and definition of a variable or function ?

3 Answers  


Categories