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

Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  


what are bit fields in c?

2 Answers  


Place the #include statement must be written in the program?

0 Answers  


What is a buffer in c?

0 Answers  


main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

3 Answers   ME,


how to print this sereis 2 4 3 6 5..........?

3 Answers  


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

0 Answers   Amazon,


What are structures and unions? State differencves between them.

0 Answers   iNautix,


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


what is printf

5 Answers   MVSR, Satyam,


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


Why void is used in c?

0 Answers  


Categories