C Program to find GCD of N Numbers
C Program to find GCD of N Numbers #include<stdio.h> int main() { printf(“\n\n\t\tC Program for Greatest Common Divisor(GCD)\n\n\n”); int x,
Read moreC Program to find GCD of N Numbers #include<stdio.h> int main() { printf(“\n\n\t\tC Program for Greatest Common Divisor(GCD)\n\n\n”); int x,
Read moreG.711 Codec G.711 is a codec that was introduced by ITU in 1972 for use in digital telephony. The codec
Read moreC Program to Display the current Date and Time #include<stdio.h> #include<time.h> int main() { printf(“\n\n\t\t C Program to display date
Read moreBasic Call Flow – SIP Key terms used in SIP: It is important to familiarize with these terms in order
Read moreSIP : Session Initiation Protocol Session Initiation Protocol (SIP) is one of the most common protocols used in VoIP technology.
Read moreSIP – Headers A header is a component of a SIP message that conveys information about the message. It is
Read moreC program to Change the Text Background Color Few important points regarding this program are: SetConsoleTextAttribute: Sets the attributes of
Read moreC Program to create a Menu Driven software using Switch Case #include<stdio.h> int main() { printf(“\n\n\t\tMenu driven program in c\n\n\n”);
Read moreC Program to Shutdown Linux OS In this program : You need to be logged in as user for above program
Read moreC Program to shutdown Windows 7 This program turns off i.e shutdown your computer system. System function of stdlib.h is used to
Read more