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

Are the outer parentheses in return statements really optional?

0 Answers  


What is the difference between exit() and _exit() function?

0 Answers  


what is reason of your company position's in india no. 1.

0 Answers   Accenture, TCS,


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


what are the files which are automatically opened when a c file is executed?

3 Answers  






Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.

0 Answers   IBM,


How do c compilers work?

0 Answers  


What will be result of the following program? void myalloc(char *x, int n) { x= (char *)malloc(n*sizeof(char)); memset(x,\0,n*sizeof(char)); } main() { char *g="String"; myalloc(g,20); strcpy(g,"Oldstring"); printf("The string is %s",g); } a) The string is : String b) Run time error/Core dump c) The string is : Oldstring d) Syntax error during compilation e) None of these

3 Answers   IBM,


can we print any string in c language without using semicolon(;)(terminator) in whole program.

11 Answers  


What are the different types of data structures in c?

0 Answers  


Write a program to swap two numbers without using third variable?

0 Answers  


What is a union?

0 Answers  


Categories