Skip to content

Commit d9eebf9

Browse files
committed
Update README.md
1 parent 0b70d67 commit d9eebf9

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,8 @@ of comparisons?
155155

156156
30. Write a C program for level order traversal of a tree?
157157

158-
31. You are given: 3 types of vehicles: Motorbike, Car, and a special type of car for
159-
the handicapped.
160-
3 Types of parking: Motorbike parking, Car parking, handicapped car parking.
158+
31.You are given: 3 types of vehicles: Motorbike, Car, and a special type of car for
159+
the handicapped. 3 Types of parking: Motorbike parking, Car parking, handicapped car parking.
161160
Motorbikes and cars can only park in their designated parkings, while the
162161
handicapped cars can park either in their own parking or the regular car parking.
163162
How would you model this as classes? Explain your methods.
@@ -167,7 +166,7 @@ there.write a query which displays empname,correspondingdeptname also
167166
display those employee names who donot belong to any dept.
168167
Display the employees whose salary is less than average salary.
169168

170-
33. what is the output of the program
169+
33.what is the output of the program
171170

172171
main()
173172

@@ -179,9 +178,7 @@ printf("%d %d %d",c,c<<2,c>> 2);
179178

180179
}
181180

182-
34.
183-
184-
main()
181+
34.main()
185182

186183
{
187184

@@ -260,4 +257,5 @@ a)x is always a prime
260257
b)x is a power of 2
261258
c)x is even d)x is odd
262259

260+
263261
40.what is valid in cpp char *cp; const char *cpp; 1) cpp=cp; 2) cp=cpp;

0 commit comments

Comments
 (0)