Explain 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

To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


how to find that no is int or float?

5 Answers  


What is %lu in c?

0 Answers  


what are the files which are automatically opened when a c file is executed?

3 Answers  


what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,






What is the difference between the expression “++a” and “a++”?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

2 Answers   HCL, IBM, Satyam, Vimal, Vimukti Technologies,


a formula,a series of steps,or well defined set of rules for solving a problem a) algorithem b) program c) erdiagram d) compiler

0 Answers  


can we store values and addresses in the same array? explain

3 Answers   TCS,


How do you initialize function pointers? Give an example?

3 Answers  


What is the meaning of this decleration? unsigned char (*pArray[10][10]); please reply.

1 Answers  


What is Conio.h ?

2 Answers   TCS,


Categories