Explain what is the advantage of a random access file?


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

Post New Answer

More C Interview Questions

Explain what are run-time errors?

0 Answers  


Difference between data structure and data base.

7 Answers   CTS, Value Labs, Zoho,


What does != Mean in c?

0 Answers  


if function is declared as static in one source file, if I would like to use the same function in some other source file...is it possible....how ?

2 Answers   NetApp,


convert 12345 to 54321 withoutusing strig

5 Answers  






Read two numbers from keyboard and find maximum of them?

1 Answers  


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

0 Answers  


Which is more efficient, a switch statement or an if else chain?

0 Answers  


Define a structure to store the record of library. The record must consist of at least following fields: Title, Author, Edition, Price, Publisher, and Category. -Define functions authorSearch ( ), TitleSearch ( ) and CategorySearch ( ) to search a book with respect to author, title and category. [There can be more than one book, written by one author, in one category]

2 Answers  


What is derived datatype in c?

0 Answers  


What is const volatile variable in c?

0 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


Categories