What is %s and %d in c?
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 static memory allocation? Explain
In c programming language, how many parameters can be passed to a function ?
implement NAND gate logic in C code without using any bitwise operatior.
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How to establish connection with oracle database software from c language?
What is structure in c definition?
How to print all the 26 alphabets in this order in C. AbCdEfGh..... it should print dynamically from a to z and do not print this using pgm like this print("Ab......"); Use loops or anything to print all alphabets
What is difference between function overloading and operator overloading?
what is difference between C and C++
Where are local variables stored in c?
What is a const pointer?