Skip to content
Thursday, June 19, 2025
Latest:
  • How to resolve -bash: netstat: command not found centos stream 9
  • python script to STT output in a text file
  • New Install Asterisk 18 from source on CentOS Stream 8
  • How to save audio stream from Asterisk to a file via WebSocket
  • create web socket and save data in a text file

Eduguru

Tech Blog and Discussion

  • Blog
  • Discussion
  • Asterisk Support
  • Contact Us
  • Quiz
    • C Program
    • C – Input/Output
    • PHP Program
    • Basic SQL

c program

C Tutorial Tutorial 

C Program to Sort set of strings in alphabetical order

February 1, 2020 Krishna c basic program, c program, c program example, C Program to Sort set of strings in alphabetical order, c programming

#include<stdio.h> #include<string.h> int main(){ int i,j,count; char str[25][25],temp[25]; puts(“How many strings u are going to enter?: “); scanf(“%d”,&count); puts(“Enter Strings

Read more
C Tutorial Tutorial 

C Program to convert uppercase string to lowercase string

January 30, 2020January 30, 2020 Krishna c program, C Program to convert uppercase string to lowercase string, C programming examples, Lowercase string, Uppercases string

#include<stdio.h> #include<string.h> int main(){ /* This array can hold a string of upto 26 * chars, if you are going

Read more
C Tutorial Tutorial 

C Program to Convert Decimal to Octal Number

January 30, 2020 Krishna c program, C Program to Convert Decimal to Octal Number, c programming, Decimal, Decimal to Octal Number, Octal Number

#include <stdio.h> #include <math.h> /* This function converts the decimal number “decimalnum” * to the equivalent octal number */ int

Read more
C Tutorial Tutorial 

C program to calculate and print the value of nPr

January 30, 2020 Krishna c program, C program to calculate and print the value of nPr, c programming, nPr, value of nPr

#include <stdio.h> void main() { int n, r, npr_var; printf(“Enter the value of n:”); scanf(“%d”, &n); printf(“\nEnter the value of

Read more
C Tutorial Tutorial 

C Program to Count Vowels and Consonants in a String using Pointer

January 30, 2020 Krishna c program, C Program to Count Vowels and Consonants in a String using Pointer, c programming, Count Vowels and Consonants, Count Vowels and Consonants in a String using Pointer, Pointer

  #include <stdio.h> int main() { char str[100]; char *p; int vCount=0,cCount=0; printf(“Enter any string: “); fgets(str, 100, stdin); //assign

Read more
C Tutorial Tutorial 

C Program to Print String using Pointer

January 30, 2020 Krishna c program, C Program to Print String using Pointer, c programming, Pointer, Print String, Print String using Pointer

#include <stdio.h> int main() { char str[100]; char *p; printf(“Enter any string: “); fgets(str, 100, stdin); /* Assigning the base

Read more
C Tutorial Tutorial 

C Program to Check Whether a Number is Prime or Not

January 29, 2020 Krishna c program, C Program to Check Whether a Number is Prime or Not, c programming, prime number, Prime number or not, What is prime number

Program to Check Prime Number #include <stdio.h> int main() { int n, i, flag = 0; printf(“Enter a positive integer:

Read more
C Tutorial Tutorial 

C program to convert Celsius to Fahrenheit using while loop

January 29, 2020 Krishna c program, C program to convert Celsius to Fahrenheit using while loop, c programming, Celsius to Fahrenheit, convert Celsius to Fahrenheit, temprature conversion, while loop

To convert Celsius to Fahrenheit #include <stdio.h> #include <stdlib.h> int main() { float celsius, fahrenheit; printf(“\nEnter temperature in celsius: “);

Read more
C Tutorial Tutorial 

C Program to Make a Simple Calculator Using switch case

January 29, 2020 Krishna c program, C Program to Make a Simple Calculator Using switch case, c programming, Calculator, Simple Calculator, switch case

Simple Calculator using switch Statement #include <stdio.h> int main() { char operator; double first, second; printf(“Enter an operator (+, -,

Read more
C Tutorial Tutorial 

C Program to Find ASCII Value of a Character

January 29, 2020 Krishna ASCII Value, c program, C Program to Find ASCII Value of a Character, find ASCII Value, Value of a Character

Program to Print ASCII Value #include <stdio.h> int main() { char c; printf(“Enter a character: “); scanf(“%c”, &c); // %d

Read more
  • ← Previous
  • Next →

Recent Article

  • How to resolve -bash: netstat: command not found centos stream 9
  • python script to STT output in a text file
  • New Install Asterisk 18 from source on CentOS Stream 8
  • How to save audio stream from Asterisk to a file via WebSocket
  • create web socket and save data in a text file
  • How to capture and analyze traffic with tcpdump
  • Installing Asterisk 20 From source On Rocky 9
  • html drop down with search from table php mysql
  • How to Install and Use FFmpeg on CentOS 8
  • How to get duration of MP3 or wav any audio File in PHP
  • How to Change location Of MariaDB Data Directory
  • How to check partition details of MySQL table
  • internal server error when download large file php
  • iostat : How to monitor disk activity and CPU load average
  • Webrtc with Asterisk 16 : complete configuration with SIP

Tags

1st Semester Question Paper asterisk basics of java C# coronavirus c program c program example c programming c tutorial c tutorials cyber security download bca question paper Download bca Question Paper december 2017 download ignou bca question dec 2017 download previous year question paper Download Question Paper december 2017 Download Question Paper June 2017 ETHICAL HACKING HACKERS HACKING html ignou IT- Security Java java basics java program java programming java tutorials learn c let us C Linux MySQL NEW TECHNOLOGY Question Paper Download RESEARCH AND INNOVATION security Software software testing technology testing ubuntu UNIX web-app web-site Write a C Program
Copyright © 2025 Eduguru. All rights reserved.
Theme: ColorMag by ThemeGrill. Powered by WordPress.