What are the types of data files?


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

Post New Answer

More C Interview Questions

Is double link list a linear data structure? If Yes, Why?If No, Why?

4 Answers  


why java is called as a purely oops language.

3 Answers   TVS,


I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?

1 Answers  


what is a function pointer and how all to declare ,define and implement it ???

4 Answers   Honeywell,


how to TOGGLE Nth bit of variable in a MACRO

1 Answers   NDS,






What is the difference between exit() and _exit() function in c?

0 Answers  


What are the salient features of c languages?

0 Answers  


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

4 Answers   Huawei,


Is c a great language, or what?

0 Answers  


f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?

9 Answers   Hughes, Tech Mahindra,


write a c program for greatest of three numbers without using if statment

4 Answers   IBM,


to find out the reverse digit of a given number

6 Answers   Infosys, Microsoft, TCS, Wipro,


Categories