Taking integer input from file in c++ Code Example
taking integer input from file in c++
Write a program in which, read 10 integers from a file “input.txt” into an integer array. Now display prime numbers using pointers.
Input.txt: 10 2 5 7 6 8 4 9 11 13