C Assignment


Assignment of C

1.     Write a Program display a day by the given no.?
2.     Write a Program month by the given no.?
3.     Write a Program  a day by the given any no.?
4.     Write a Program add no. 1 to 20?
5.     Write a Program square the all no. from 1 to 10?
6.     Write a Program find out the multiplication 1 to 15 no.?
7.     Write a Program find out the even and odd no from1 to 15 no.?
8.     Write a Program square and addition from 1 to 15 no.?
9.     Write a Program factorial of a given no.?
10.   Write a Program input the element of array the display output of array?
11.   Write a Program Array and at the all element and display the result 10 element?
12.   Write a Program square the all element of the array & display?
13.   Write a Program to multiply all element of array then add?
14.   Write a Program find out even and odd in array element?
15.   Write a Program search a element in a array size16?
16.   Write a Program change search element in array size 10?
17.   Write a Program the no.(element) of the array when no. is even multiply by 2 when add multiply by 3and display the array?
18.   Write a Program to add all even and odd element of array in different variable?
19.   Write a Program to count how many times a no. repeated in array size 10?
20.   Write a Program input the 2D array and add the all element of array then display the result with elements?
21.   Write a Program square the all elements of array and then display?
22.   Write a Program to square the all elements add the display?
23.   Write a Program a element in array elements?
24.   Write a Program to change the search elements?
25.   Write a Program to display diagonal no. of array {Right & Left diagonal square matrix}?
26.  Write a Program A. Add to Matrix    B. Subtract two Matrix      C. Divide one matrix an another Matrix     D. Multiply two Matrix
27.  Write a Program to change the diagonal no. by 0?
28.  Write a Program get the information of the student (Name, Age, Addr., Fee, Class)?
29.  Write a Program to get a message of 15 character & display the message?
30.  Write a Program to insert a long message and count how many character in it?
31.  Write a Program to find out how many spaces in the message?
32.  Write a Program find out how many words in the message?
33.  Write a Program find out how many times a special character comes in a message?
34.  Write a Program to change a special character by a special character?
35.  Write a Program to change the case of your message?
36.  Write a Program to change your message tongle case and the display?
37.  Write a Program to find out avg. of three no.?
38.  Write a Program to find out multiply of no. using function?
39.  Write a Program to find out multiplication and addition of three no. using function?
40.  Write a Program using function add  2,3,4  no.?
41.  Write a Program to find out multi. ,add of 4 avg. no./
42.  Write a Program to find out a no. is even or odd using funct. ?
43.  Write a Program find out table of given no.?
44.  Write a Program display the addition of 1 to 15 no. using funct. ?
45.  Write a Program to display the multi. of 3 no. using Return function?
46.  Write a Program to find out the avg. of 4 no. using Return Function?
47.  Write a Program to convert the decimal no. to binary no.?
48.  Write a Program to square a given no. to Pointer?
49.  Write a Program to display the multiplication of three no.?
50.  Write a Program to add two no. using structure variable?
51.  Write a Program to multiply two no. using multi - object variable?
52.  Write a Program to Add one no. using Object as Array variable?
53.  Write a Program to Read and Write Data In Text file?
54.  Write a Program to update, delete, find record in file ?






Comments

Popular posts from this blog

C# Connectivity with MySql Server..