In this program we will learn how to read data from file...
EX: Write a C program to read data from file, C program to read data from file and display its contents.
In this program we will learn how to read data from file...
EX: Write a C program to read data from file, C program to read data from file and display its contents.
To learn file handling in C programming first we need to start from creating a file in C. To create a file in C there is a following syntax is used.
EX: Write a java program to calculate foot to centimeters. How to write a java program to calculate foot to centimeters. Java program to calculate foot to centimeters.
EX: Write a java program to calculate the expression and print output. How to write a java program which will compute expression and print output on the output screen. java program to compute expression and print output.
EX: Write a c program to accept input from user and print it on the output screen. How to write a c program to accept input from user and print it on the output screen. C program to accept input from user and print it on the output screen.
EX: Write a java program to accept five subjects marks from student and print total and percentage on the output screen. How to write a java program to accept five subjects marks and print total and percentage. Java program to accept marks from students and print total and percentage.
EX: Write a java program to find area of triangle. How to write a java program to find area of triangle. Java program to find area of triangle.
EX: Write a java program to find area of circle. How to write a java program to find area of circle. Java program to find area of circle.
Logic to find area of circle:
To find area of circle we can use formula of area of circle which is π r² .
Here, r is radius and value of pi is 3.14.