Skip to content

Commit e9dd458

Browse files
committed
Added new question
Demo
1 parent 9c244f1 commit e9dd458

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,3 +259,5 @@ c)x is even d)x is odd
259259

260260

261261
40.what is valid in cpp char *cp; const char *cpp; 1) cpp=cp; 2) cp=cpp;
262+
263+
41.what is valid in cpp char *cp; const char *cpp; 1) cpp=cp; 2) cp=cpp;

0 commit comments

Comments
 (0)