- "hello world" program.
- C program take input from user by scanf.
- C program to add two integer
- find ASCII value of a character
- find Quotient and Remainder
- find size of data types.
- swap two number by using third variable or without using
- enter a no.by user and check whether number is odd or even.
- check whether an entered character is vowel or not.
- find roots of the quadratic equation.
- C program to check whether year is leap or not.
- C program to find the largest no. between 3 number.
- find the sum of natural number between any range.
- find the character is alphabet or not.
- C program to find the factorial of a given number.
- C program to display fibonacci series.
- C program to find HCF and LCM
- C program to print all characters in alphabet.
- C program to display a multiplication table.
- C program to count the number of digits in number
- C program to reverse a number and string
- Number is prime or not
- Calculate the power of a number
- Check number and string is palindrome or not
- Check number is armstrong number or not
- Find the Factors of the Number.
- Print star patter in different shapes
- Print number pattern in different shapes
- Make a simple calculator only +,-,*,and%
- Convert decimal into binary and vice versa
- Find largest number in an array
- Add and Multiply two matrix
- Access Array Element using Pointers
- Increment a number using Call By Reference
- Find frequency or count the number of character in string
- Find Length of String
- Count the characters and vowels in a string
- Concatenate strings
- Use String function
About C:- C is a high-level language . It was initially first developed by D ennis Ritchie in 1972. It was developed to overcome the limitation of previous language such as B,BCPL etc. It was developed for Unix operating System It inherits many features of previous language Features/Advantage:- Simple :- because it provide data types, library function etc. Machine Independent or Portable:- because it can be executed on different machine Procedural language:- Instruction in c program are executed step by step Structured programming language:- break the problem into parts It provide dynamic memory allocation , pointers etc. Speed:-It is faster than another programming language like java, python etc. Disadvantage of C:- It does not support oops concept in which inheritance, polymorphism, encapsulation etc. come. It does not support namespace concept It does not support constructor and destructor There is lack of excepti...
Comments
Post a Comment