0% found this document useful (0 votes)
20 views2 pages

Sahil 2

The document contains a table listing 30 programming problems or exercises with their date and signature. The problems include finding the greater of three numbers, calculating the square of a number, calculating total percentage and result from 5 subject marks, performing math operations on two numbers, finding multiples of 3 between 1 to 50, finding the greater number in an integer array, displaying the square of a number using a parameter, checking if a number is prime, storing numbers greater than the average in an array, sorting arrays using selection sort and bubble sort, calculating a factorial, printing a series, finding the product of an array, storing 100 student data in a structure, adding, subtracting and multiplying matrices, writing input lines to a file, reading and writing

Uploaded by

__2732
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views2 pages

Sahil 2

The document contains a table listing 30 programming problems or exercises with their date and signature. The problems include finding the greater of three numbers, calculating the square of a number, calculating total percentage and result from 5 subject marks, performing math operations on two numbers, finding multiples of 3 between 1 to 50, finding the greater number in an integer array, displaying the square of a number using a parameter, checking if a number is prime, storing numbers greater than the average in an array, sorting arrays using selection sort and bubble sort, calculating a factorial, printing a series, finding the product of an array, storing 100 student data in a structure, adding, subtracting and multiplying matrices, writing input lines to a file, reading and writing

Uploaded by

__2732
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

INDEX

S.NO PROGRAMS
INPUT 3 NO. AND DISPLAY THE GREATER NO. INPUT A NO. AND DISPLAY THE SQUARE OF THE NO. INPUT MARKS IN 5 SUB AND DISPLAY TOTAL PERCENTAGE AND RESULT. INPUT 2 NO. AND DISPLAY SUM DIFF MULTIPLY AND DIVISION. DISPLAY MULTIPLE OF 3 BETWEEN 1 TO 50 INPUT NO. AND DISPLAY THE SUM TILL THAT NUMBER. FUNCTION WHICH TAKE INTEGER ARRAY AND RETURN GREATER NO FUNCTION HAVING PARAMETER TO DISPLAY A SQUARE OF A NUMBER PRINT THE GIVEN SERIES INPUT A NUMBER AND CHECK WHETHER IT IS PRIME OR NOT STORED A NO. IN ARRAY AND DISPLAY NUM GREATER THAN AVERAGE STORED TEN NO. IN ARRAY AND INCREMENT EVEN BY TEN AND ODD BY ELEVEN WAP TO SORT AN ARRAY USING SELECTION SORT WAP TO SORT AN ARRAY USING BUBBLE SORT PROGRAMME TO CALCULATE FACTORIAL OF A GIVEN NO PROGRAM TO PRINT A GIVEN SERIES PART 1 PROGRAM TO PRINT A GIVEN SERIES PART 2 FUNCTION WHICH TAKES ARRAY AS PARAMETER AND RETURN THEIR PRODUCT PROGRAM TO STORE 100 STUDENT DATA IN A STRUCTURE PROGRAM TO DISPLAY ADDITION,SUBTRACTION,MULTIPLICATION OF 2 MATRICES INPUT LINES FROM KEYBOARD TO A FILE PROGRAM TO WRITING A STRING INTO THE FILE PROGRAM TO CALCULATE THE NO OF LINES SPACE CHARACTER,TABS IN A FILE PROGRAM TO READING A STRING FROM FILE AND DISPLAY THEM ON SCREEN PROGRAM TO READ AND WRITE THE ARRAYS VALUE PROGRAM TO READ AND STORE IN BINARY FILES Input a no and find +2/3++7/7 ? WAP TO ENTER A CHARACTER AND NO DISPLAY THAT MANY TIMES PROGRAM OF 4*4 MATRIX,DIAGONAL TRANSPOSE ROW SUM SOL SUM

DATE
8TH AUG 8TH AUG 8TH AUG 8TH AUG 8TH AUG 8TH AUG 19TH AUG 19TH AUG 19TH AUG 19TH AUG 19TH AUG 29TH AUG 29TH AUG 29TH AUG 29TH AUG 7TH SEP 7TH SEP 5TH OCT 5TH OCT 5TH OCT 12TH OCT 12TH OCT 12TH OCT 20TH OCT 20TH OCT 20TH OCT 3TH NOV 3TH NOV 9TH NOV 9TH NOV

SIGNATURE

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 22 23 24 25 26 27 28 29 30 30

INDEX

You might also like