GuruJyothi
Home
About
Subjects
Contact
A1. Write a c program to generate and print first N fibonacci numbers
A2. Write a c program to find the GCD and LCM of 2 integer numbers
A3. Write a c program to find biggest of three numbers
A4. Write a c program that reverse a given integer number and check whether the number is palindrome or not
A5. Write a c program to construct simple calculator using if statement
A6. Write a c program to find whether a given number is prime number or not
A7. Write a c program to input numbers and to find mean variance and standard deviation
A8. Write a c program to print largest number with its position in an array
A9. Write a c program to search an element using linear search method
A10. Write a c program to print string reverse order using pointer
B1. Write a c program to read 2 matrices and perform addition and subtraction of 2 matrices
B2. Write a c program to read 2 matrices and perform multiplication of 2 matrices
B3. Write a c program to read a string and check whether it is palindrome or not
B4. Write a c program to find the factorial of a number using function
B5. Write a c program to check whether a character is vowel or consonants using switch case
B6. Write a c program to find if a character is alphabet or numeric or special character
B7. Write a c program to compute the sum of even numbers and the sum of odd numbers using a function
B8. Write a c program to find trace and norm of a square matrix using function
B9. Write a c program to accept different goods with the number price and date of purchase and display those using structure
B10. Write a c program to find the length of a string without using the built in function