├── Full Pyramid Pattern of Numbers ├── Full Pyramid of Numbers in 180 Degree ├── Half Pyramid Pattern of Numbers ├── How to write a function to swap? ├── Inverted Half Pyramid of Numbers ├── Naive Approach to check Prime number in C ├── Program To Check Leap Year ├── Program To Check Neon Number ├── Program To Convert Fahrenheit To Celsius ├── Program To Find Factorial of a Number ├── Program To Find LCM of Two Numbers ├── Program To Print ASCII Value of a Character ├── Program To Print Triangle ├── Program To Reverse a Number ├── Program to Add Two Complex Numbers ├── Program to Calculate Sum of Natural Numbers ├── Program to Check Armstrong Number ├── Program to Check Prime Number using Most Efficient sqrt(N) ├── Program to Check Prime Number using sqrt(N) ├── Program to Check Prime Numbers using Wilson’s Theorem ├── Program to Check Vowel or Consonant ├── Program to Check Whether a Given Number is Even or Odd ├── Program to Check Whether a Number is Prime or Not ├── Program to Check Whether a Number is a Palindrome or Not ├── Program to Display Armstrong Number Between Two Intervals ├── Program to Display Prime Numbers Between Intervals ├── Program to Find All Factors of a Natural Number ├── Program to Find the Size of int, float, double and char ├── Program to Find the Sum of Fibonacci Numbers at Even Indexes up to N Terms ├── Program to Generate Multiplication Table ├── Program to Make a Simple Calculator ├── Program to Print Alphabets From A to Z Using Loop ├── Program to Print Armstrong Numbers Between 1 to 1000 ├── Program to Print Fibonacci Series ├── Program to Print Number Pattern ├── Program to Print Prime Numbers From 1 to N ├── Program to Swap two Numbers ├── README.md ├── program to Check Whether a Number is Positive or Negative or Zero ├── program to Find the Largest Number Among Three Numbers └── program to demonstrate between the given intervals using pow() an armstrong number /Full Pyramid Pattern of Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Full Pyramid Pattern of Numbers -------------------------------------------------------------------------------- /Full Pyramid of Numbers in 180 Degree: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Full Pyramid of Numbers in 180 Degree -------------------------------------------------------------------------------- /Half Pyramid Pattern of Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Half Pyramid Pattern of Numbers -------------------------------------------------------------------------------- /How to write a function to swap?: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/How to write a function to swap? -------------------------------------------------------------------------------- /Inverted Half Pyramid of Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Inverted Half Pyramid of Numbers -------------------------------------------------------------------------------- /Naive Approach to check Prime number in C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Naive Approach to check Prime number in C -------------------------------------------------------------------------------- /Program To Check Leap Year: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Check Leap Year -------------------------------------------------------------------------------- /Program To Check Neon Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Check Neon Number -------------------------------------------------------------------------------- /Program To Convert Fahrenheit To Celsius: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Convert Fahrenheit To Celsius -------------------------------------------------------------------------------- /Program To Find Factorial of a Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Find Factorial of a Number -------------------------------------------------------------------------------- /Program To Find LCM of Two Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Find LCM of Two Numbers -------------------------------------------------------------------------------- /Program To Print ASCII Value of a Character: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Print ASCII Value of a Character -------------------------------------------------------------------------------- /Program To Print Triangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Print Triangle -------------------------------------------------------------------------------- /Program To Reverse a Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program To Reverse a Number -------------------------------------------------------------------------------- /Program to Add Two Complex Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Add Two Complex Numbers -------------------------------------------------------------------------------- /Program to Calculate Sum of Natural Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Calculate Sum of Natural Numbers -------------------------------------------------------------------------------- /Program to Check Armstrong Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Armstrong Number -------------------------------------------------------------------------------- /Program to Check Prime Number using Most Efficient sqrt(N): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Prime Number using Most Efficient sqrt(N) -------------------------------------------------------------------------------- /Program to Check Prime Number using sqrt(N): -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Prime Number using sqrt(N) -------------------------------------------------------------------------------- /Program to Check Prime Numbers using Wilson’s Theorem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Prime Numbers using Wilson’s Theorem -------------------------------------------------------------------------------- /Program to Check Vowel or Consonant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Vowel or Consonant -------------------------------------------------------------------------------- /Program to Check Whether a Given Number is Even or Odd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Whether a Given Number is Even or Odd -------------------------------------------------------------------------------- /Program to Check Whether a Number is Prime or Not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Whether a Number is Prime or Not -------------------------------------------------------------------------------- /Program to Check Whether a Number is a Palindrome or Not: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Check Whether a Number is a Palindrome or Not -------------------------------------------------------------------------------- /Program to Display Armstrong Number Between Two Intervals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Display Armstrong Number Between Two Intervals -------------------------------------------------------------------------------- /Program to Display Prime Numbers Between Intervals: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Display Prime Numbers Between Intervals -------------------------------------------------------------------------------- /Program to Find All Factors of a Natural Number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Find All Factors of a Natural Number -------------------------------------------------------------------------------- /Program to Find the Size of int, float, double and char: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Find the Size of int, float, double and char -------------------------------------------------------------------------------- /Program to Find the Sum of Fibonacci Numbers at Even Indexes up to N Terms: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Find the Sum of Fibonacci Numbers at Even Indexes up to N Terms -------------------------------------------------------------------------------- /Program to Generate Multiplication Table: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Generate Multiplication Table -------------------------------------------------------------------------------- /Program to Make a Simple Calculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Make a Simple Calculator -------------------------------------------------------------------------------- /Program to Print Alphabets From A to Z Using Loop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Print Alphabets From A to Z Using Loop -------------------------------------------------------------------------------- /Program to Print Armstrong Numbers Between 1 to 1000: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Print Armstrong Numbers Between 1 to 1000 -------------------------------------------------------------------------------- /Program to Print Fibonacci Series: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Print Fibonacci Series -------------------------------------------------------------------------------- /Program to Print Number Pattern: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Print Number Pattern -------------------------------------------------------------------------------- /Program to Print Prime Numbers From 1 to N: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Print Prime Numbers From 1 to N -------------------------------------------------------------------------------- /Program to Swap two Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/Program to Swap two Numbers -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/README.md -------------------------------------------------------------------------------- /program to Check Whether a Number is Positive or Negative or Zero: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/program to Check Whether a Number is Positive or Negative or Zero -------------------------------------------------------------------------------- /program to Find the Largest Number Among Three Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/program to Find the Largest Number Among Three Numbers -------------------------------------------------------------------------------- /program to demonstrate between the given intervals using pow() an armstrong number: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pankaj-Str/C-Interview-Questions/HEAD/program to demonstrate between the given intervals using pow() an armstrong number --------------------------------------------------------------------------------