How can I read/write structures from/to data files?


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

Post New Answer

More C Interview Questions

Devise a program that inputs a 3 digit number n and finds out whether the number is prime or not. Find out its factors.

0 Answers   TCS,


What is difference between Structure and Unions?

0 Answers   TISL,


main() { intx=2,y=6,z=6; x=y=z; printf(%d",x) }

5 Answers   Amazon, HCL, Thought Works,


What is pre-emptive data structure and explain it with example?

0 Answers  


What are the usage of pointer in c?

0 Answers  






What are types of functions?

0 Answers  


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  


Whats s or c mean?

0 Answers  


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

0 Answers   IBM,


I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...

0 Answers  


int main() { int i=1; switch(i) { case '1': printf("hello"); break; case 1: printf("Hi"); break; case 49: printf("Good Morning"); break; } return 0; }

3 Answers  


how to make a scientific calculater ?

0 Answers  


Categories