You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Michael Reber f4fa9cdf8e Upload basic README.md 4 years ago
..
Accessing an array using pointers.c Upload basic README.md 4 years ago
C Program to Accept the Height of a Person & Categorize as Taller, Dwarf & Average.c Upload basic README.md 4 years ago
C Program to Accept two Integers and Check if they are Equal.c Upload basic README.md 4 years ago
C Program to Add two Complex Numbers.c Upload basic README.md 4 years ago
C Program to Calculate the Sum of Odd & Even Numbers.c Upload basic README.md 4 years ago
C Program to Check if a given Integer is Odd or Even.c Upload basic README.md 4 years ago
C Program to Check if a given Integer is Positive or Negative.c Upload basic README.md 4 years ago
C Program to Check whether a given Number is Armstrong.c Upload basic README.md 4 years ago
C Program to Check whether a given Number is Perfect Number.c Upload basic README.md 4 years ago
C Program to Check whether the given Number is Palindrome or not using Bitwise Operator.c Upload basic README.md 4 years ago
C Program to Compute First N Fibonacci Numbers using Command Line Arguments.c Upload basic README.md 4 years ago
C Program to Compute the Sum of Digits in a given Integer.c Upload basic README.md 4 years ago
C Program to Convert Binary Code of a Number into its Equivalent Gray’s Code using Recursion.c Upload basic README.md 4 years ago
C Program to Convert Binary Code of a Number into its Equivalent Gray’s Code without using Recursion.c Upload basic README.md 4 years ago
C Program to Convert Binary to Hexadecimal.c Upload basic README.md 4 years ago
C Program to Convert Binary to Octal.c Upload basic README.md 4 years ago
C Program to Convert Hexadecimal to Binary.c Upload basic README.md 4 years ago
C Program to Convert Numbers to Roman Numerals.c Upload basic README.md 4 years ago
C Program to Convert Octal to Binary.c Upload basic README.md 4 years ago
C Program to Convert Octal to Decimal.c Upload basic README.md 4 years ago
C Program to Convert Roman Number to Decimal Number.c Upload basic README.md 4 years ago
C Program to Convert a Decimal Number to Binary & Count the Number of 1s.c Upload basic README.md 4 years ago
C Program to Convert a Given Number of Days in terms of Years, Weeks & Days.c Upload basic README.md 4 years ago
C Program to Convert a Number Decimal System to Binary System using Recursion.c Upload basic README.md 4 years ago
C Program to Convert the given Binary Number into Decimal.c Upload basic README.md 4 years ago
C Program to Count Number of Words in a given Text Or Sentence.c Upload basic README.md 4 years ago
C Program to Count the Number of Occurrence of each Character Ignoring the Case of Alphabets & Display them.c Upload basic README.md 4 years ago
C Program to Count the Number of Unique Words.c Upload basic README.md 4 years ago
C Program to Count the Occurrences of each C Keyword using Array Structure.c Upload basic README.md 4 years ago
C Program to Display Function without using the Main Function.c Upload basic README.md 4 years ago
C Program to Display its own Source Code as its Output.c Upload basic README.md 4 years ago
C Program to Display the ATM Transaction.c Upload basic README.md 4 years ago
C Program to Display the IP Address of the System.c Upload basic README.md 4 years ago
C Program to Display the Inventory of Items in a Store.c Upload basic README.md 4 years ago
C Program to Extract Last two Digits of a given Year.c Upload basic README.md 4 years ago
C Program to Find Multiplication of two Binary Numbers.c Upload basic README.md 4 years ago
C Program to Find Product of 2 Numbers without using Recursion.c Upload basic README.md 4 years ago
C Program to Find Sum of Digits of a Number using Recursion.c Upload basic README.md 4 years ago
C Program to Find if a given Year is a Leap Year.c Upload basic README.md 4 years ago
C Program to Find the Biggest of 3 Numbers.c Upload basic README.md 4 years ago
C Program to Find the First Occurence of the any Character of String2 in string1 & also its Position.c Upload basic README.md 4 years ago
C Program to Find the Number of Integers Divisible by 5.c Upload basic README.md 4 years ago
C Program to Find the Size of a Union.c Upload basic README.md 4 years ago
C Program to Find the Sum of first 50 Natural Numbers using For Loop.c Upload basic README.md 4 years ago
C Program to Find the Sum of two Binary Numbers.c Upload basic README.md 4 years ago
C Program to Find whether a Number is Prime or Not using Recursion.c Upload basic README.md 4 years ago
C Program to Generate Fibonacci Series.c Upload basic README.md 4 years ago
C Program to Illustrate Pass by Reference.c Upload basic README.md 4 years ago
C Program to Illustrate Pass by Value.c Upload basic README.md 4 years ago
C Program to Illustrate how User Authentication is Done.c Upload basic README.md 4 years ago
C Program to Illustrate the Concept of Unions.c Upload basic README.md 4 years ago
C Program to Implements Regular Expression Matching.c Upload basic README.md 4 years ago
C Program to Input 2 Binary Strings and Print their Binary Sum.c Upload basic README.md 4 years ago
C Program to Input 3 Arguments and Operate Appropriately on the Numbers.c Upload basic README.md 4 years ago
C Program to Maintain an Inventory of items in Online Store.c Upload basic README.md 4 years ago
C Program to Multiply given Number by 4 using Bitwise Operators.c Upload basic README.md 4 years ago
C Program to Print Armstrong Number from 1 to 1000.c Upload basic README.md 4 years ago
C Program to Print Binary Equivalent of an Integer using Recursion.c Upload basic README.md 4 years ago
C Program to Print Combination of two Words of two given Strings without any Repetition.c Upload basic README.md 4 years ago
C Program to Print Diamond Pattern.c Upload basic README.md 4 years ago
C Program to Print a Semicolon without using a Semicolon anywhere in the Code.c Upload basic README.md 4 years ago
C Program to Print any Print Statement without using Semicolon.c Upload basic README.md 4 years ago
C Program to Print the Program Name and All its Arguments.c Upload basic README.md 4 years ago
C Program to Print the Words Ending with Letter S.c Upload basic README.md 4 years ago
C Program to Read Two Integers M and N & Swap their Values.c Upload basic README.md 4 years ago
C Program to Read a Grade & Display the Equivalent Description.c Upload basic README.md 4 years ago
C Program to Reverse a Given Number.c Upload basic README.md 4 years ago
C Program to Reverse a Number & Check if it is a Palindrome.c Upload basic README.md 4 years ago
C Program to Search a Word & Replace it with the Specified Word.c Upload basic README.md 4 years ago
C Program to Shutdown or Turn Off the Computer in Linux.c Upload basic README.md 4 years ago
C Program to Swap the Contents of two Numbers using Bitwise XOR Operation.c Upload basic README.md 4 years ago
C Program to Use Bitwise Operations to Count the Number of Leading Zero's in a Number x.c Upload basic README.md 4 years ago
C Program to calculate the total execution time of a program.c Upload basic README.md 4 years ago
C Program to find Product of 2 Numbers using Recursion.c Upload basic README.md 4 years ago
C Program to find Reverse of a Number using Recursion.c Upload basic README.md 4 years ago
C Program to find Sum of N Numbers using Recursion.c Upload basic README.md 4 years ago
C Program to next higher value of n with same 1's.c Upload basic README.md 4 years ago
C Program to replace first letter of every word with caps.c Upload basic README.md 4 years ago
C Program to sort string ignoring whitespaces and repeating characters only once.c Upload basic README.md 4 years ago
C program for Binary to decimal conversion.c Upload basic README.md 4 years ago
C program for decimal to octal converter.c Upload basic README.md 4 years ago
C program for hexadecimal to binary conversion.c Upload basic README.md 4 years ago
C program to Convert Decimal to Hexadecimal.c Upload basic README.md 4 years ago
C program to Convert Decimal to Octal.c Upload basic README.md 4 years ago
C program to Increase 1 to all of the given Integer Digit.c Upload basic README.md 4 years ago
C program to accept N numbers sorted in ascending order and to search for a given number using binary search..c Upload basic README.md 4 years ago
C program to accept an array of 10 elements and swap 3rd element with 4th element using pointers and display the results..c Upload basic README.md 4 years ago
C program to find the length of a string without using the built-in function also check whether it is a palindrome.c Upload basic README.md 4 years ago
C program to find the number of occurences of a given number in a list.c Upload basic README.md 4 years ago
C program to print hello world without using semicolon.c Upload basic README.md 4 years ago
C program to read an English sentence and replace lowercase characters by uppercase and vice-versa..c Upload basic README.md 4 years ago
C program to sort n given numbers using pointers.c Upload basic README.md 4 years ago
Can the size of an array be declared at runtime.c Upload basic README.md 4 years ago
Create and Use Your Own Header File in C Programming.c Upload basic README.md 4 years ago
Get Address of an array using Arrays and Pointers.c Upload basic README.md 4 years ago
Print mark-sheet of students.c Upload basic README.md 4 years ago
Reverse a string using pointers.c Upload basic README.md 4 years ago
Reverse the order of each word of the string using pointers.c Upload basic README.md 4 years ago
Show the ticking of Clock.c Upload basic README.md 4 years ago
Time functions in c.c Upload basic README.md 4 years ago
To compute the average of n given numbers using pointers.c Upload basic README.md 4 years ago
To compute the seconds from a given age using C.c Upload basic README.md 4 years ago
To find the maximum number within n given numbers using pointers.c Upload basic README.md 4 years ago
To swap the address of two variables using pointer.c Upload basic README.md 4 years ago
What happens if you free a pointer twice.c Upload basic README.md 4 years ago
Write a c program to check given string is palindrome number or not.c Upload basic README.md 4 years ago
indirection in pointer.c Upload basic README.md 4 years ago
null pointer in c.c Upload basic README.md 4 years ago