C program to calculate the Grade of Student using Percentage | Grading program in C
Description: Find the grade of a student by reading marks or by taking Percentage. Here we are assuming greater than...
Description: Find the grade of a student by reading marks or by taking Percentage. Here we are assuming greater than...
Compiling PJSIP for all architectures. Compiling PJSIP for iOS : To Specify the target platform iOS, We need to create...
Program : #include<stdio.h> int main(void) { int var; printf(“Size of int=%un”,sizeof(int)); printf(“Size of float=%un”,sizeof(float)); printf(“Size of var=%un”,sizeof(var)); printf(“Size of...
Description : To convert Centigrade to Fahrenheit, multiply by 1.8 and add 32 degrees. Algorithm: Step 1 : startStep 2...
How to add custom media codec to pjsip Hi, In this post, I will show you how to add a...