Posts

Showing posts with the label fscanf()

c program to calculate any kind of equation

Write a program using c/c++/java, which can calculate any kind of equation. Implement the concept of Lexical with Semantic Analysis. Sample input: x = (a+b)/2 + 4*b. << Go to Index Page >>

c program to read a string from a file and write it to the another file

Write a c program to read a string from a file and write it to the another file << Go to Index Page >>

c program to read a string from a file

Write a c program to read a string from a file << Go to Index Page >>

c program to write a string into a file

Write a c program to write a string into a file << Go to Index Page >>

c program to count word and sentence

Write a c program to count word and sentence from a given string as like "I love Bangladesh." << Go to Index Page >>