Search for notes by fellow students, in your own course and all over the country.
Browse our notes for titles which look like what you need, you can preview any of the notes via a sample of the contents. After you're happy these are the notes you're after simply pop them into your shopping cart.
Title: basic c programe
Description: this is the basic questions of c programming
Description: this is the basic questions of c programming
Document Preview
Extracts from the notes are below, to see the PDF you'll receive please use the links above
PRog
...
Record>
Write a C program to print “Hello World”
...
Write a C program to calculate area, perimeter of a circle, square and rectangle
...
Write a C program to add, subtract, multiply & divide two integer values
...
Write a C program to find a given year is leap year or not using conditional operator
...
9
...
10
...
11
...
Also print the grade of the student based on the average using ladder if-else
...
WCP which takes three subjects (phy, chem, math) as input and find the total & average
...
13
...
(using switch case)
14
...
15
...
16
...
17
...
18
...
19
...
20
...
21
...
22
...
23
...
24
...
25
...
26
...
27
...
28
...
29
...
30
...
31
...
32
...
33
...
e
...
input: 123; output: one two
three
...
WCP to create an integer array of size 5
...
35
...
And find the sum of all the elements of the given
array
...
WCP to create an array of size 5 and also take an integer value separately
...
37
...
38
...
39
...
40
...
41
...
42
...
1
...
3
...
5
...
7
...
PRog
...
Record>
43
...
44
...
45
...
46
...
47
...
48
...
49
...
50
...
51
...
52
...
53
...
54
...
55
...
56
...
57
...
58
...
59
...
60
...
61
...
62
...
63
...
64
...
65
...
66
...
67
...
68
...
69
...
WCP to search an element in a given array or not using user defined function
...
71
...
72
...
Read the values (members) from user and also
print them on monitor
...
WCP to create employee record of size 5 with members –employee id, name, designation
& salary
...
74
...
Find the subtraction between two time variable and print their difference
...
WCP to create a file (myfile
...
Print the content on
monitor
...
WCP to print the C program file itself
...
In C
LIST OF C PROGRAMS
CS-1001/2001
WCP to copy the content of a file (file1
...
txt)
...
WCP to store records of book as structured data
...
Title: basic c programe
Description: this is the basic questions of c programming
Description: this is the basic questions of c programming