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

disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit

0 Answers  


what will be the output of this program main() { int i=1; while (i<=10); { i++; } }

11 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


How to add two numbers without using semicolon n c????

3 Answers  


What is a const pointer, and how does it differ from a pointer to a const?

2 Answers  


write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

0 Answers  


What is the function of volatile in c language?

0 Answers  


What is extern variable in c with example?

0 Answers  


What is the best organizational structure?

0 Answers  


What is encapsulation?

2 Answers  


Why is c called c?

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


Categories