可学答题网 > 问答 > MCPD(70-536)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

You need to write a code segment that


You need to write a code segment that transfers the first 80 bytes from a stream variable named stream1 into a new byte array named byteArray. You also need to ensure that the code segment assigns the number of bytes that are transferred to an integer variable named bytesTransferred. Which code segment should you use?()

  • AbytesTransferred=stream1.Read(byteArray,0,80);
  • B
  • C
  • D
参考答案
参考解析:
分类:MCPD(70-536)题库