How to set file pointer to beginning c?


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

Post New Answer

More C Interview Questions

what defference between c and c++ ?

6 Answers  


Explain what is operator promotion?

0 Answers  


How Many Header Files in c?

2 Answers   TCS,


Diff between for loop and while loop?

2 Answers   TCS,


how to create duplicate link list using C???

0 Answers  






15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?

2 Answers   CTS,


Explain the difference between strcpy() and memcpy() function?

0 Answers  


What is the most efficient way to count the number of bits which are set in an integer?

0 Answers  


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


Write a program to print fibonacci series using recursion?

0 Answers  


Explain the properties of union.

0 Answers  


Categories