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

Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?

4 Answers   TCS,


how to execute a program using if else condition and the output should enter number and the number is odd only...

0 Answers  


What is the difference between GETS();AND SCANF();

4 Answers   TCS,


Given a number N, product(N) is the product of the digits of N. We can then form a sequence N, product(N), product(product(N))… For example, using 99, we get the sequence 99, 99 = 81, 81 = 8. Input Format: A single integer N Output Format: A single integer which is the number of steps after which a single digit number occurs in the sequence. Sample Test Cases: Input #00: 99 Output #00: 2 Explanation: Step - 1 : 9 * 9 = 81 Step - 2 : 8 * 1 = 8 There are 2 steps to get to this single digit number. Input #01: 1137638147

2 Answers  


What is signed and unsigned?

0 Answers  






How can I find out how much memory is available?

1 Answers   Persistent,


What is printf () in c?

0 Answers  


Is fortran faster than c?

0 Answers  


What are the three constants used in c?

0 Answers  


7. Identify the correct argument for the function call fflush() in ANSI C: A)stdout B)stdin C)stderr D)All the above

10 Answers   Accenture,


which is an algorithm for sorting in a growing Lexicographic order

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


Categories