write the output of line no 2,3 and 5. give reason for your answer.
1 p='flower';
2 print('p');
3 print(p*3);
4 flower=p;
5 print(flower);
Answers
Answered by
1
This section presents you various set of Mock Tests related to C Programming Framework. You can download these sample mock tests at your local machine and solve offline at your convenience. Every mock test is supplied with a mock test key to let you verify the final score and grade yourself.
Similar questions