Write a function in python to read lines from file “POEM.txt” and display all
those words, which has two characters in it.
For e.g. if the content of file is
O Corona O Corona
Jaldi se tum Go na
Social Distancing ka palan karona
sabse 1 meter ki duri rakhona
Lockdown me ghar me ho to online padhai karona
O Corona O Corona Jaldi se tum Go na
Output should be : se Go na ka ki me me ho to se Go na
Answers
Answered by
0
Explanation:
hlo mate here's your answer
Write a C program to input elements in an array and sort array using pointers. How to sort an array in ascending or descending order using function pointers in C programming. Logic to sort an array using pointers in program.
Example
Input
Input array elements: 10 -1 0 4 2 100 15 20 24 -5
Output
Array in ascending order: -5, -1, 0, 2, 4, 10, 15, 20, 24, 100,
Array in descending order: 100, 24, 20, 15, 10, 4, 2, 0, -1, -5,
i hope its help you mark as brainlist plz
Similar questions