What are the functions to open and close file in c language?
No Answer is Posted For this Question
Be the First to Post Answer
In the below code, how do you modify the value 'a' and print in the function. You'll be allowed to add code only inside the called function. main() { int a=5; function(); // no parameters should be passed } function() { /* add code here to modify the value of and print here */ }
How can a number be converted to a string?
what are the files which are automatically opened when a c file is executed?
how to add our own function in c library please give details.?
What is the use of the sizeof operator?
what are the stoge class in C and tel the scope and life time of it?
What is merge sort in c?
ASCII stands for
disadvantages of realloc ?
WRITE A PROGRAM TO PRINT THE FOLLOWING OUTPUTS USING FOR LOOPS. A) * B) ***** *** * * ***** * * *****
Explain how to reverse singly link list.
how to make program without <> in libray.