How do you determine a file’s attributes?


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

Post New Answer

More C Interview Questions

Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10

8 Answers   Aspire,


What is floating point exception error? And what are different types of errors occur during compile time and run time? why they occur?

1 Answers  


What are the different data types in C?

0 Answers  


In which language linux is written?

0 Answers  


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,






What is unsigned int in c?

0 Answers  


Do you know null pointer?

0 Answers  


what is difference between userlevel threads and kernel level threads ?what are the trades offs between these two approaches ? what approach is most frequently used and why ?

1 Answers  


in linking some of os executables are linking name some of them

0 Answers   IBM,


what does the following function print? func(int i) { if(i%2)return 0; eale return 1; } main() { int =3; i=func(i); i=func(i); printf("%d",i);}

9 Answers   TCS,


Is stack a keyword in c?

0 Answers  


write a addition of two no. program with out using printf,scanf,puts .

4 Answers  


Categories