Skip to content
Solutions24h Solutions24h
  • Home
  • Computer Tips
  • Download Project
    • Free Download Asp.Net Project
    • Free Download PHP Project
    • Free Download Android Project
    • Free Download JAVA Project
  • Prog. in C
  • Latest Blogs
  • Contact
  • .NET Project
  • PHP Project
  • Software
  • Android
  • Python
  • Java
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe

Prog. in C

  • Home
  • Prog. in C
  • Page 3
C Program to find the sum of digits of the number entered.
Posted inProg. in C

C Program to find the sum of digits of the number entered.

C Program to find the sum of digits of the number with full explanation of the program. #include<stdio.h> #include<conio.h> int sumdig(int n); void main() {           int…
Posted by dipak December 2, 2023
Write a C Program to find the entered character is vowel or consonant.
Posted inProg. in C

Write a C Program to find the entered character is vowel or consonant.

Write a C Program to find the given character is vowel or consonant. This program is used to find out whether the entered character is vowel or consonant. #include<stdio.h> #include<conio.h>…
Posted by dipak December 2, 2023
C Program to replace all lowercase vowels into uppercase in a string
Posted inProg. in C

C Program to replace all lowercase vowels into uppercase in a string

Here is the C program to convert lowercase characters into uppercase and vice-versa. #include<stdio.h> #include<conio.h>   void main() {         char str[200];            int…
Posted by dipak July 7, 2023
C Program to replace lowercase vowels to uppercase in a string
Posted inProg. in C

C Program to replace lowercase vowels to uppercase in a string

Here is the C program to replace lowercase vowels to uppercase in a string #include<stdio.h> #include<conio.h> void main() {         char str[200];            int…
Posted by dipak July 7, 2023

Posts pagination

Previous page 1 2 3 4 5 … 8 Next page
Archives
Copyright 2025 — Solutions24h. All rights reserved
Scroll to Top