GAT Subject
Engineering
Computer Science Civil Engineering Chemical Engineering Agricultural Engineering Mechanical Engineering Electronics and Communication
21. | What will be the output of the program? | |
A. | PakMcqs | |
B. | qs | |
C. | Error | |
D. | None of above | |
Answer: Option B | |
Explanation: | |
printf(5+"PakMcqs\n"); In the printf statement, it skips the first 5 characters and it prints "qs" |
|
Tutorial Link: |