How to set file pointer to beginning c?


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

Post New Answer

More C Interview Questions

Explain the importance and use of each component of this string: Foo.Bar, Version=2.0.205.0, Culture=neutral, PublicKeyToken=593777ae2d274679d

1 Answers   TCS,


What is the advantage of c?

0 Answers  


write a program which counts a product of array elements lower than 10.

1 Answers  


Give the Output : * * * * * * * * * *

2 Answers  


how to get starting address of a running C program

3 Answers  






how to find anagram without using string functions using only loops in c programming

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


#include<stdio.h> void main() { int a [5]; for (i=0; i<=4; i++) printf(ā€œ%dā€ ,a[i]); }

8 Answers  


What is the use of #include in c?

0 Answers  


Can you think of a logic behind the game minesweeper.

0 Answers  


When you call malloc() to allocate memory for a local pointer, do you have to explicitly free() it?

2 Answers   Aloha Technology,


write a program to display the frequency of each element in a given array in c language

1 Answers  


Categories