C / C++
23
Oct
2016
We have seen our previous post how to declare multidimensional arrays. Here we play with multidimensional arrays like Sum of Matrix, Multiply of Matr…
C / C++
21
Oct
2016
Hello, friends! We all uses ATM to withdraw money in our daily life. Ever thought how it is work behind ATM. As per Wikipedia Cash Machine is the ori…
How To
13
Oct
2016
The Apache is the world most popular Http server which serves web content to the Internet since 1995. And become leading web server in the world. An o…
How To
12
Oct
2016
LAMP Stack is very popular open source web platform which is commonly used to run web servers. The word LAMP stands for Linux, Apache, Mysql and PHP o…
How To
7
Oct
2016
System Monitoring is a routine task for a system administrator. As a system administrator, you'll need the ability to find out what is happening on yo…
How To
1
Oct
2016
VMWare tools is a set of driver and utilities that enhance the performance of a guest system. And make the smooth interaction between a host system an…
How To
25
Sep
2016
This tutorial shows you how to enable root user on Ubuntu 16.04.1 Lts. Nowadays Ubuntu becomes a trend on people. Ubuntu community releases their vers…
C / C++
16
Sep
2016
In general, printf () is a library function under C header file stdio.h and conio.h both. And generally, it is used for displaying an outcome of a pr…
C / C++
12
Sep
2016
In general, we know that Operator is a person who operates equipment or a machine. for a programming language, Operator is a symbol that tails compile…
C / C++
28
Aug
2016
In the previous tutorial, we have seen the array definition, declaration, initialization and access array values. Now we use the array to solve real-…