Ads block

9.write a C Program to generate all the prime numbers between 1 to n where n is value supplied by the user
Program to generate all the prime numbers between 1 to n where n is value supplied by the user Source Code: #include<stdio.h> int main() { int i,j,count…
Read more »
8. write a C program to generate the Fibonacci sequence of numbers or Fibonacci Series.
Program to generate the Fibonacci sequence of numbers or Fibonacci Series. Source Code: #include<stdio.h> int main() { int n1=0,n2=1,n3,i,number; printf(…
Read more »
7. write a C program to find the sum of individual digits of a positive integer and test given number is palindrome or not.
Program to find the sum of individual digits of a positive integer and test given number is palindrome or not. Source Code: #include <stdio.h> int main()…
Read more »
6. write a C program that finds if a given number is prime number or not
Program that finds if a given number is prime number or not Source Code: #include<stdio.h> int main() { int i,n,count=0; printf("enter the value of …
Read more »
5. write a C program which takes two integers operands and one operand from the user,perform the opearation and prints the result.
C program which takes two integers operands and one operand from the user,perform the opearation and prints the result(Using switch). Source Code: #include<…
Read more »
4. wite a C Program to find the roots of Quadratic Equation
Program to find the roots of Quadratic Equation Source Code: #include<stdio.h> int main() { int a,b,c,discriminant; float root1,root2,real,imag; printf(&…
Read more »
3. write a program to find Max. and Min. from three numbers using if else.
Program to find Max. and Min. from three numbers using if else. Source Code: #include<stdio.h> void main() { int a,b,c; printf("enter three values:…
Read more »
2. write a simple program to convert the temperature from Farenheit to Celsius
Program to convert the temperature from Fahrenheit to Celsius Source Code: #include<stdio.h> int main() { float f,c; printf("Enter the value of tem…
Read more »
1. write a simple program that prints the results of all operators available in c
1a) Arithmetic Operators Source Code: #include<stdio.h> void main() { int a,b,sum,sub,mul,div,rem; printf("Enter a,b Values\n"); scanf("%…
Read more »
Lab Programs
By
Srinivas Dandu
CE
·
CSD
·
CSE
·
cse(ai&ml)
·
ECE
·
EEE
·
IT
·
Lab Programs
·
ME
C Lab Programs : [posts--tag:C Programs--50]
Read more »
Followers
SEARCH
LATEST
3-latest-65px
SECTIONS
- All Question Papers (1)
- blog (6)
- C Programs (32)
- CE (13)
- Courses (5)
- CSD (16)
- CSE (16)
- cse(ai&ml) (16)
- CSE(CS) (7)
- Downloads (3)
- ECE (14)
- EEE (13)
- Handwrittenotes (7)
- IT (16)
- Lab Programs (2)
- ME (12)
- mind maps (1)
- ML Projects (1)
- NPTEL-Assignments (3)
- Open Source (2)
- PPS MCQ (2)
- Question Papers (1)
- Tech Bytes (2)
- Technical Seminar (6)
- Technical Seminar1 (1)
- Testimonials (4)
- Videos (6)
ABOUT
- Srinivas Dandu
- Hi! This is Srinivas, the best place to get Study Materials and Technology updates.
Powered by Blogger.
Blog Archive
- March 2026 (1)
- September 2024 (1)
- December 2023 (3)
- November 2023 (1)
- October 2023 (1)
- October 2022 (5)
- July 2022 (1)
- May 2022 (1)
- April 2022 (3)
- March 2022 (40)
- February 2022 (2)
- January 2022 (26)
- December 2021 (4)