4
Answers

convert the C code to C#

Photo of Shefali Lahariya

Shefali Lahariya

6y
737
1
Hi,
How to write below code in C#.
 
#define BUF_SIZE (128*1024)
char buf[BUF_SIZE];
 
Thanks 
 
 

Answers (4)