Skip to content

Coding Dots

Coding Dots

Let's connect think dots to code ...

Coding Dots

Coding Dots

Let's connect think dots to code ...

  • Home
  • SoftEthics
  • Programming Apps
  • Pattern Programs
  • C Programs
  • YouTube
  • Learn C
  • Compiler ONE – Online Compiler
  • Important Tips

Category: C Programming

Array

C program to take marks and show percentage accordingly.

Explore More
Array

C program to take user input to an array and show its content.

In this program, we take some input to an array and then show its content.

Explore More
C Programming

How to access a global variable that has the same name as the local variable in C?

When we have a local variable with the same name as the global variable, we can’t access the value of the global variable as the environment always points to the value of the local variable. For Example: In such a case, we may use ‘extern’ to access the value of a global variable. For Example:

Explore More
Array

C program to search an element in the array using a user – defined function.

Explore More
Array

C program to search an element in the array using bsearch() function.

Explore More
Array

C program to sort an array using qsort() functions.

Explore More
C Basic Programs

C program to convert integer to string using itoa() function.

Explore More
C Basic Programs

C program to convert string into floating-point value using atof() function.

Explore More
C Basic Programs

C program to convert string into integer using atoi() function.

Explore More
C File Handling

Program to print list of all Happy number between 1 to n.

Happy Number – Replace the number by the sum of the squares of its digits, and repeat the process. At the end, if the number is equals to 1 then it is a Happy Number, or it loops endlessly in a cycle that does not include 1 (if it is not a happy number then…

Explore More

Posts pagination

Previous 1 2 3 … 17 Next

More Programs

  • Area & Volume C (17)
  • Array (16)
  • C Basic Programs (27)
  • C File Handling (5)
  • C Library Functions (18)
    • conio.h (4)
    • math.h (8)
    • stdlib.h (5)
  • C Programming (170)
  • C Programs (150)
  • C Structure & Union (5)
  • C# programs (2)
  • Cpp Programming (18)
  • Data Structure Programs in C (10)
  • General Programs (45)
  • HTML Programming (4)
  • informative (1)
  • Java Programming (23)
  • Loops in C (6)
  • Math functions in C (8)
  • Number System Conversion in C (12)
  • Old School C (4)
  • Pattern Programs (7)
  • Pointers in C (10)
  • Python (6)
    • Built-in Functions (6)
  • Python Programs (2)
  • Recursion (1)
  • Searching – C programs (5)
  • Sorting – C programs (11)
  • SQL (1)
  • String Handling in C (19)
  • Uncategorized (1)

C Tutorials

Pattern Programs Tutorials

Copyright © SoftEthics® 2013-2022 All rights reserved. Proudly powered by WordPress | Theme: Blog Nano by ThemeMiles.