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

What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


1. Write a program to reverse every second word in a given sentence.

1 Answers  


When a c file is executed there are many files that are automatically opened what are they files?

0 Answers  


write function to reverse char array ... without using second array

3 Answers  


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

0 Answers  






What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  


What is 02d in c?

0 Answers  


why i join syntel?

23 Answers   ABC, Syntel, TCS,


Program to find the value of e raised to power x using while loop

5 Answers   IBM, N Tech,


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

0 Answers  


What is the difference between constant pointer and pointer to a constant. Give examples.

4 Answers   TCS,


How do you sort filenames in a directory?

0 Answers  


Categories