ratio,age,persentage


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What's the total generic pointer type?

0 Answers  


What are loops c?

0 Answers  


Why is #define used?

0 Answers  


What is the difference between local variable and global variable in c?

0 Answers  


How to add two numbers with using function?

2 Answers   Miracle Solutions,






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.

0 Answers  


What is difference between array and pointer in c?

0 Answers  


What type of function is main ()?

0 Answers  


How can I read a directory in a c program?

1 Answers   CSC,


main() { int i; printf("%d",i^i); }

1 Answers  


What are the characteristics of arrays in c?

0 Answers  


In which layer of the network datastructure format change is done

0 Answers   Honeywell,


Categories