in Technology by
Which built-in function can be used to move the file pointer internally in C Programming?

1 Answer

0 votes
by
Answer is fseek()

Related questions

0 votes
    Which built-in function can be used to move the file pointer internally?...
asked Jan 18, 2021 in Technology by JackTerrance
+1 vote
    Which built-in library function can be used to re-size the allocated dynamic memory in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Does a built-in header file contains built-in function definition in C-Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Which operator can be used to access union elements if union variable is a pointer variable in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What are the ways to a null pointer that can be used in the C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
+1 vote
    Is FILE a built-in data type in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the built-in function to append one string to another in C Programming ?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is the purpose of built-in stricmp() function in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is a pointer to a function? Give the general syntax for the same in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    Can a pointer access the array in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    Which type of pointer is the most convenient way of storing the raw address in C programming?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    Which built-in library function can be used to re-size the allocated dynamic memory?...
asked Jan 18, 2021 in Technology by JackTerrance
0 votes
    Which built-in library function can be used to match a patter from the string?...
asked Nov 9, 2020 in Technology by JackTerrance
+1 vote
    What is NULL Pointer in C Programming?...
asked Nov 9, 2020 in Technology by JackTerrance
0 votes
    What is a pointer on a pointer in C programming language?...
asked Nov 8, 2020 in Technology by JackTerrance
...