FILE PROGRAMMING


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

Post New Answer

More C Interview Questions

Two's compliment of -5

4 Answers   Adobe,


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

0 Answers  


What is sizeof return in c?

0 Answers  


What is "Duff's Device"?

0 Answers   Celstream,


What is an example of enumeration?

1 Answers  






Can you mix old-style and new-style function syntax?

0 Answers  


why r u join this company? give solid resons.

16 Answers   IBM, Infosys, TCS,


An array name contains base address of the array. Can we change the base address of the array?

4 Answers   NMIMS, Wipro,


Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).

0 Answers  


Is linux written in c?

0 Answers  


find largest element in array w/o using sorting techniques.

3 Answers   Zycus Infotech,


How can I find the day of the week given the date?

0 Answers  


Categories