C Program to Add two numbers

c program to add 2 numbers

C Program to Add two numbers Program to add two integer numbers To read the input numbers we are using scanf() function and then we are using printf() function to display the sum of these numbers. The %d used in scanf() and printf() functions is the format specifier which is used for int data types in C programming. … Read more

How to Write and Run a C Program in Ubuntu

write a cprogran in ubuntu

How to Write and Run a C Program in Ubuntu Linux is becoming a programming heaven for developers. This is an open source and free operating system. Turbo C compiler is already an old approach to compile programs so let us programmers move to Linux for a new programming environment. Step 1: Install the build-essential … Read more

Free Let’s Encrypt SSL certificates on Centos 6

free ssl certificate

Free Let’s Encrypt SSL certificates on Centos 6 Let’s Encrypt installation The Let’s Encrypt Client is a fully-featured, extensible client for the Let’s Encrypt CA that can automate the tasks of obtaining certificates and configuring web servers to use them. The installation is simple but in my case on CentOS 6.x I first needed to … Read more

how to add new hard disk in centos

Add new hard disk to centos linux

How to add new hard disk in centos Finding the New Hard Drive in CentOS 6 Assuming the drive is visible to the BIOS it should automatically be detected by the operating system. Typically, the disk drives in a system are assigned device names beginning hd or sd followed by a letter to indicate the … Read more

IGNOU BCA BCSL-022 Assembly Language Programming Lab 2019-2020 pdf Assignment Download

ignou

IGNOU BCA BCSL-022 Assembly Language Programming Lab 2019-2020 pdf Assignment Download   BCSL-022 Assembly Language Programming Lab  IGNOU BCA BCSL-022 Assembly Language Programming Lab 2019-2020 pdf Assignment Download      

IGNOU BCA BCSL-021 C Language Programming 2019-2020 pdf Assignment Download

ignou

IGNOU BCA BCSL-021 C Language Programming 2019-2020 pdf Assignment Download   BCSL-021 C Language Programming  IGNOU BCA BCSL-021 C Language Programming 2019-2020 pdf Assignment Download  

IGNOU BCA BCSL-013 Computer Basics and PC Software 2019-2020 pdf Assignment Download

ignou

IGNOU BCA BCSL-013 Computer Basics and PC Software 2019-2020 pdf Assignment Download   BCSL-013 Computer Basics and PC Software  IGNOU BCA BCSL-013 Computer Basics and PC Software 2019-2020 pdf Assignment Download

IGNOU BCA BCA-011 Computer Basics and PC Software 2019-2020 pdf Assignment Download

ignou

IGNOU BCA BCA-011 Computer Basics and PC Software 2019-2020 pdf Assignment Download Course Code Course Title Download BCA-011 Computer Basics and PC Software  IGNOU BCA BCA-011 Computer Basics and PC Software 2019-2020 pdf Assignment Download

Installation and configuration of WebRTC with asterisk on Amazon

asterisk webrtc configuration

Installation and configuration of WebRTC with asterisk on Amazon Installing Base Packages needed in Amazon Linux or CentOS to install Asterisk PBX We first need to install some basic packages, to compile everything: sudo yum install \ gcc \ gcc-c++ \ make \ autoconf \ libtool \ ncurses-devel \ libuuid-devel \ libxml2-devel \ sqlite-devel \ … Read more