Write a program which has the following seven functions.
The functions should be:
• main() this calls the other 6 functions
• fget_long() a function which returns a long data
type from a file
• fget_short() a function which returns a short
integer variable from a file
• fget_float() a function which returns a floating
point variable from a file
• fprt_long() a function which prints its single,
long argument into a file
• fprt_short() a function which prints its single,
short argument into a file
• fprt_float() a function which prints its single,
floating point argument into a file.
You should use fscanf() to get the values of the variables
from the input (the file) and fprintf() to print the values
to the other file. Pay attention to using the correct
format for each of the data types.
No Answer is Posted For this Question
Be the First to Post Answer
write a program for fibonaci series by using while loop in c?
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What is a double c?
Describe advantages and disadvantages of the various stock sorting algorithms
wats the diference btwen constant pointer and pointer to a constant.pls give examples.
what are the 10 different models of writing an addition program in C language?
Explain null pointer.
How we can insert comments in a c program?
How many header files are in c?
Can the curly brackets { } be used to enclose a single line of code?
what is the associativity of bitwise OR operator?
Is main a keyword in c?