Question:In a file contains the line "I am a boy\r\n" then on reading this line into the array str using fgets(). What will str contain? 

A "I am a boy\r\n\0" 

B "I am a boy\r\0" 

C "I am a boy\n\0" 

D "I am a boy" 

+ Answer
+ Report
Total Preview: 1096

Copyright © 2024. Powered by Intellect Software Ltd