Click here to Skip to main content
15,919,341 members

Comments by Member 14603643 (Top 10 by date)

Member 14603643 21-Jul-21 10:26am View    
will surely check and give the feedback thanks for the valuable feedback. One More Question: logic for test2.c sendtheData(void *Arg) is good or any advice to do it more better
Member 14603643 20-Jul-21 12:03pm View    
yes i have used strcpy(mode->param3, param3) as these are character array .
Member 14603643 20-Jul-21 2:16am View    
sendtheData has function parameter as void parameter, and same structure is created in that file so the void pointer is assigned to struct resphs
Member 14603643 20-Jul-21 2:14am View    
char buff[255];
Member 14603643 19-Jul-21 7:57am View    
What you said i understood but implmentation of sendtheData is in another source file where struct mode is not visible or accessible