From b36d8bc7cdecbf7653abe7b9820dd3761776ac18 Mon Sep 17 00:00:00 2001 From: Swasthik shetty <42874695+swaaz@users.noreply.github.com> Date: Tue, 6 Aug 2019 22:23:02 +0530 Subject: [PATCH] questions added --- README.md | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 0f0a4379..98ba3380 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,34 @@ # C-basicprograms ## This repo contains basics programs in c programming language. -<<<<<< swaaz | Program No.| Question | | ------- | ------ | -| Program-01 | Program to print pattern | +| Program-01 | Program to print pattern | | Program-02 | Program to check whether the given number is prime or not | -| Program-03 | Program to find largest of three number using simple if condition| +| Program-03 | Program to find largest of three number using simple if condition | | Program-04 | Program to find largest of three number using if-else condition | | Program-05 | Program to find largest of three number using nested if condition | -| Program-06 | Implement using functions to check whether the given number is prime and display appropriate messages. (No built-in math function)| -| Program-07 | Develop a program to introduce 2D Array manipulation and implement Matrix multiplication and ensure the rules of multiplication are checked.| -| Program-08 |Develop a Program to compute Sin(x) using Taylor Series approximation. Compare your result with the built-in Library function. Print both the results with appropriate messages. | -| Program-09 | Write functions to implement string operations such as compare, concatenate, string length. Convince the parameter passing techniques. | -| Program-10| Develop a program to sort the given set of N numbers using Bubble sort.| -| Program-11 | Develop a program to find the square root of a given number N and execute foe all possible inputs with appropriate messages. Note: Don’t use library function sqrt(n). | -| Program-12 Implement structures to read, write and compute average marks and the students scoring above and below the average marks for a class of N students. | -| Program-13 | Develop a program using pointers to compute the sum, mean and standard deviation of all elements stored in an array of n real numbers. | -| Program-14 | Implement recursive functions for Binary to Decimal Conversion. | - -======= -|program number|program name| ->>>>>master +| Program-06 | Program to find largest of three number using ternary operator | +| Program-07 | Program to check whether the given year is leap or not | +| Program-08 | Program to convert number into year, months and days | +| Program-09 | Program to check two number are equal without logical operator | +| Program-10 | Program to find square and half of given number without using built-in function and arithmetic operator| +| Program-11 | Program on arithmetic operators | +| Program-12 | Program on relational operators | +| Program-13 | Program on bit-wise operator. | +| Program-14 | Program on increment and decrement operator. | +| Program-15 | Program to find sum of digits between given range which are divisible by 3 | +| Program-16 | Program to check whether the given number is neon or not | +| Program-17 | Program to check whether the given number is prefect or not | +| Program-18 | Program to check given number is Armstrong or not | +| Program-19 | Program to find power of a given number | +| Program-21 | Program to check whether the given number is prime or not | +| Program-22 | Program to find GCD and LCM of given two number | +| Program-23 | Program to find number of digits in a given number | +| Program-24 | Program to print the pattern | +| Program-25 | Program to print the pattern | +| Program-26 | Program to print the pattern | +| Program-27 | Program to print the pattern | +| Program-28 | Program to print the pattern | +| Program-29 | Program to print the pattern | +| Program-30 | Program to print the pattern | +| Program-31 | Program to print the details of students using array and to add details of new students into the existing array |