Explain how do you search data in a data file using random access method?


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

Post New Answer

More C Interview Questions

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,


Explain the use of keyword 'register' with respect to variables.

0 Answers  


What is the memory allocated by the following definition ? int (*x)();

2 Answers   ADITI,


a simple program in c language

5 Answers   IBM,


Why C language is a procedural language?

0 Answers   Ericsson,


What is an object?

5 Answers  


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


What is the purpose of the fflush() function in C?

2 Answers  


What is the difference between %d and %*d in C

3 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


i am using gsm modem ! I USE CMGL COMMAND TO DISPLAY THE LIST OF MESSAGES ! I WANT TO READ EACH MESSAGE ONE BY ONE AND GET EACH MESSAGE INDEX USING C PROGRAM ! THE RESPONSE OF THE MODULE AFTER AT+CMGL IS ---CMGL: 1,"REC READ","+85291234567",,"07/05/01,08:00:15+32",145,37 It is easy to list SMS text messages.---- I WANT THE PROGRAM TO GET THE NUMBER "37"{MESSAGE LENGTH} AS WELL AS "1"(MESSAGE INDEX NUMBER" PLEASE HELP

1 Answers   MTNL,


Categories