What does the error message "DGROUP exceeds 64K" mean?
No Answer is Posted For this Question
Be the First to Post Answer
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 foreign key in c language?
Name the language in which the compiler of "c" in written?
What does extern mean in a function declaration?
can a union be self-referenced?
What is int main () in c?
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?
What is the use of header?
In C programming, how do you insert quote characters (‘ and “) into the output screen?
which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}
Who is the founder of c language?
What is C language Terminator?