Program to enter the names of states and capital and display them properly. Also enter the name of state to print its Capital...
#include<iostream.h> #include<conio.h> #include<iomanip.h> #include<string.h> void main() { char state[5][2...
#include<iostream.h> #include<conio.h> #include<iomanip.h> #include<string.h> void main() { char state[5][2...
Lessons on Life There was a man who had four sons. He wanted his sons to learn not to judge things too quickly. So he sent them ea...
Q-1) Rewrite the correct code in Comment Section. #include <iostream.h> const int Size 5; void main( ) { int Array [Size] ; ...
Write a function in C++ to count the no. of "He" or "She" words present in a text file "STORY.TXT". Sol...
Write a function in C++ to read the content of a text file "HOBBY.TXT" and display all those lines on screen, which are either st...
Write function definition for WORD4CHAR() in C++ to read the content of a text file "FUNNY.TXT", and display all those words, whi...
Write a function CountHisHer() in C++ which reads the contents of a text file "NOTES.TXT" and counts the words His and Her (not c...
#include<stdio.h> #include<conio.h> #include<dos.h> void main() { clrscr(); int a,b,n,c,d,x=0,y=1,l=1; printf(...
#include<fstream.h> #include<stdio.h> #include<ctype.h> #include<stdlib.h> void ReadFile() { char filename[...
A Management Story of an Ant and the Lion ================================================ Once upon a time Mr. Ant used to work ...
Download the File. Click here to Watch the Explanation & Developing Video