Compile and run C Program in Linux or Unix | Compiling C program using GCC
Compiling C program on Linux ( Ubuntu, CentOS, Fedora ) Here are the steps for Compiling C program under GNU...
Basics of C / C tutorial / GCC / Linux
Compiling C program on Linux ( Ubuntu, CentOS, Fedora ) Here are the steps for Compiling C program under GNU...
Description: This program accepts Three integers as input and calculates the Minimum number. Program : #include<stdio.h> int main() { int a,b,c,min;...
Program Description: Program to calculate the maximum of three numbers in C programming language. The program will accept the three...
Program Description: In this article, We are going to look at Reverse Number Program in C programming language. The program...
Program Description: Write a Program to calculate the Sum of n Natural numbers in C language. We are going to...
Description: This program accepts one value(float value) from user and stores it into radius parameter. Then it will calculate the...
Description: We are going to write The Number sign check program in C language, The program going to check Positive...
How to / opensips / ubuntu / Uncategorized / VOIP
Update: New Article on Installing OpenSIPS from Debian Package on Ubuntu 14.04 is published, Please refer that Article for more...
Description: Check whether the given number is an Even or Odd Program in C using the if else statement. The Program...
Linux / opensips / ubuntu / Uncategorized / VOIP
Installing OPENSIPS from source code on Ubuntu 14.04: Description : OpenSIPS is a multi-functional, multi-purpose signaling SIP server – it can...
VOIP (Voice Over Internet protocol) : VoIP stands for Voice over Internet Protocol. It is a way of making...