wRITING DATA IN FILENo i want to write into file as hex format
wRITING DATA IN FILEIf i use this it is printing the exact value fseek(bbcb,8,SEEK_SET); test[0]= 0x32; test[1]= 0x65...
wRITING DATA IN FILEHere's my code: // CRCCAL.cpp : Defines the entry point for the console application. #include<io.h> ...
wRITING DATA IN FILEi have an issue regarding Writing data int binary file. Actually i want the data to be written as H...
Reading string char array into character bufferHow can i add string array into character buffer; I want that buff[0]=str2[0]; buff[1]=str2[1]; ...