Can someone please tell me how to send data from my program to excel. I have a loop which is iteratively printing values to the console:
printf("16 Bit:\n\n");
for (n=0;n<numberOfValues;n++){
printf("%.4x\n",rand16());
}
but i need to send them to excel for analysis!! Please help