Indian Army once again topped the popularity charts on Facebook
The Indian Army once again topped the popularity charts on Facebook.The Army first entered Facebook on 2013, June 1.Since then garnered ...
Indian Army once again topped the popularity charts on Facebook
The Indian Army once again topped the popularity charts on Facebook.The Army first entered Facebook on 2013, June 1.Since then garnered ...
C++ Programming-Adding day
#include<iostream.h> #include<conio.h> void main() { int day,month,year; clrscr(); int m[12]={31,28,31,30,31,3...
C++ Programming-Stack operation
#include<iostream.h> #include<conio.h> class stack { int a[10],top,item,i; public: stack() { top=-1; }...
C++ programming-Factorial of given number
#include<iostream.h> #include<conio.h> void main() { clrscr(); int n; long int fact(int n); cout<<...
Samsung Galaxy S6 Specification and price
Samsung Galaxy S6 Processor - Quad-core 1.5 GHz Cortex-A53 & Quad-core 2.1 GHz Cortex-A57 RAM -3GB Internal Memory - 32/64/128 G...
C++ Programming-Student details
#include<iostream.h> #include<conio.h> #include<string.h> class basic { protected: char name[20],sex[6...