What is the difference between int main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
What are linker error?
two variables are added answer is stored on not for third variable how it is possible?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is 2c dna?
What was noalias and what ever happened to it?
program to get the remainder and quotant of given two numbers with out using % and / operators?
10 Answers College School Exams Tests, IBM,
how can make variable not in registers
What are the ways to a null pointer can use in c programming language?
What is difference between %d and %i in c?
plz answer.. a program that takes a string e.g. "345" and returns integer 345
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.
What is the relation between # and include<stdio.h>