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 how do you generate random numbers in c?

0 Answers  


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


write a function which accept two numbers from main() and interchange them using pointers?

3 Answers  


What are global variables and explain how do you declare them?

0 Answers  


Find the highest of three numbers and print them using ascending orders?

1 Answers  






When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


Tell me when is a void pointer used?

0 Answers  


write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?

0 Answers  


Write the program for displaying the ten most frequent words in a file such that your program should be efficient in all complexity measures.

3 Answers   Google,


What is self-referential structure in c programming?

0 Answers  


What is a loop?

0 Answers  


What is the right type to use for boolean values in c?

0 Answers  


Categories