├── 1D array using the dynamic memory allocation ├── Break statement ├── C Data Types ├── C Program To Check A Number Is Negative, Positive Or Zero ├── Continue statement ├── Convert a binary to a decimal using for loop and without using array ├── Find largest and smallest element in array ├── Floyd's Triangle. ├── Full Pyramid of * ├── Full Pyramid of Numbers ├── GO-TO STATEMENT ├── Half Pyramid of * ├── Half Pyramid of Alphabets ├── Half Pyramid of Numbers ├── Inverted full pyramid of * ├── Inverted half pyramid of * ├── Inverted half pyramid of numbers ├── PRIME NUMBERS BTWN 1-100 ├── Pascal's Triangle ├── Print the string after replacing all occurrences of the character with another character in the string. ├── Program to Find Roots of a Quadratic Equation ├── Switch Case Example ├── Switch Case Statements ├── Using Function ├── Write a program in C to convert a decimal number into binary without using an array ├── gets-puts └── reverse the elements of an array /1D array using the dynamic memory allocation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/1D array using the dynamic memory allocation -------------------------------------------------------------------------------- /Break statement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Break statement -------------------------------------------------------------------------------- /C Data Types: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/C Data Types -------------------------------------------------------------------------------- /C Program To Check A Number Is Negative, Positive Or Zero: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/C Program To Check A Number Is Negative, Positive Or Zero -------------------------------------------------------------------------------- /Continue statement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Continue statement -------------------------------------------------------------------------------- /Convert a binary to a decimal using for loop and without using array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Convert a binary to a decimal using for loop and without using array -------------------------------------------------------------------------------- /Find largest and smallest element in array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Find largest and smallest element in array -------------------------------------------------------------------------------- /Floyd's Triangle.: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Floyd's Triangle. -------------------------------------------------------------------------------- /Full Pyramid of *: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Full Pyramid of * -------------------------------------------------------------------------------- /Full Pyramid of Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Full Pyramid of Numbers -------------------------------------------------------------------------------- /GO-TO STATEMENT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/GO-TO STATEMENT -------------------------------------------------------------------------------- /Half Pyramid of *: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Half Pyramid of * -------------------------------------------------------------------------------- /Half Pyramid of Alphabets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Half Pyramid of Alphabets -------------------------------------------------------------------------------- /Half Pyramid of Numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Half Pyramid of Numbers -------------------------------------------------------------------------------- /Inverted full pyramid of *: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Inverted full pyramid of * -------------------------------------------------------------------------------- /Inverted half pyramid of *: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Inverted half pyramid of * -------------------------------------------------------------------------------- /Inverted half pyramid of numbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Inverted half pyramid of numbers -------------------------------------------------------------------------------- /PRIME NUMBERS BTWN 1-100: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/PRIME NUMBERS BTWN 1-100 -------------------------------------------------------------------------------- /Pascal's Triangle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Pascal's Triangle -------------------------------------------------------------------------------- /Print the string after replacing all occurrences of the character with another character in the string.: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Print the string after replacing all occurrences of the character with another character in the string. -------------------------------------------------------------------------------- /Program to Find Roots of a Quadratic Equation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Program to Find Roots of a Quadratic Equation -------------------------------------------------------------------------------- /Switch Case Example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Switch Case Example -------------------------------------------------------------------------------- /Switch Case Statements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Switch Case Statements -------------------------------------------------------------------------------- /Using Function: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Using Function -------------------------------------------------------------------------------- /Write a program in C to convert a decimal number into binary without using an array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/Write a program in C to convert a decimal number into binary without using an array -------------------------------------------------------------------------------- /gets-puts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/gets-puts -------------------------------------------------------------------------------- /reverse the elements of an array: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nilesh-taware/C-Solutions/HEAD/reverse the elements of an array --------------------------------------------------------------------------------