Pages
Home
Eaglesoft Download
About us
About us
Who we are?
Eaglesoft
Eaglesoft is an IT Company read more about
Eaglesoft
Home
Subscribe to:
Posts (Atom)
Take 10 integer inputs from user and store them in an array. Again ask user to give a number. Now, tell user whether that number is present in array or not with Eaglesoft
#include <iostream> using namespace std ; int main () { int _input [ 10 ], c = 0 , n , i = 0 , f = 0 ; // Take...
Website desing by Eaglesoft source code
<! DOCTYPE html > < html lang = "en" > < head > < title > Welcome to Eaglesoft </ title >...
Deque in c++
#include <iostream> using namespace std ; class deque { private: int F , B , DQ [ 5 ]; public: ...