Installing OpenSIPS from the Debian Package on Ubuntu 14.04 and Debian 8 jessie
Installing OpenSIPS on Debian / Ubuntu: OpenSIPS is not included in the Ubuntu Official Repositories. So we need to...
Installing OpenSIPS on Debian / Ubuntu: OpenSIPS is not included in the Ubuntu Official Repositories. So we need to...
Introduction: We are going to write a C program to print the Pencil Shape Pattern using the stars. We will...
We need to install the uuid development package to get ride of the “uuid support not found” error. For Ubuntu...
Description: This program accepts Three integers as input and calculates the Minimum number. Program : #include<stdio.h> int main() { int a,b,c,min;...
Description: This program accepts one value(float value) from user and stores it into radius parameter. Then it will calculate the...
Update: New Article on Installing OpenSIPS from Debian Package on Ubuntu 14.04 is published, Please refer that Article for more...
Installing OPENSIPS from source code on Ubuntu 14.04: Description : OpenSIPS is a multi-functional, multi-purpose signaling SIP server – it can...
C Programs on Fibonacci Series : C Program to generate Fibonacci series upto Given Number. C Program to generate First...
Program : vim welcome.c #include<stdio.h> int main() { printf(“Hello world n”); printf(“Welcome to...
basic C programs / C codes / flow chart / JNTU / Mathematical C programs / Uncategorized
by Venkatesh · Published
Description : To convert Centigrade to Fahrenheit, multiply by 1.8 and add 32 degrees. Algorithm: Step 1 : startStep 2...
Basics of C / C tutorial / Elements of C language / operators / Uncategorized
by Venkatesh · Published
Comma ( , ) token in C : The Comma ( , ) is used as Operator and Separator in...