Naveen M KNaveen M K
  • Projects
  • Blog
  • Home
  • Blog
  • Projects

c

2 Articles

Setup a C development environment on Windows

The article explains how to setup a C development environment on Windows with GCC as compiler and Visual Studio Code as IDE.

In this post, I’m sharing my experience to set up a C development environment on Windows. I’m installing GCC from the MSYS2 project and…

Read more

Check Palindrome (for numbers) - Algorithm, flowchart, Pseudocode, Implementation

The article explain on finding the algorithm, flowchart, pseudocode and implementation of checking whether a given number is a palindrome in C and Python.

Given a number, write a algorithm, flowchart, pseudocode to check if it is palindrome or not. A string is said to be palindrome if reverse…

Read more