• void pointer
    Hi, Any idea what does following do and how ? ((void (code *) (void)) 0) (); Any help would be great
  • void
    plz respond how to made the program for 89c51 for sms based home appliance control & plz do explain every line
  • void pointer to struct pointer cast
    I declared a void pointer void *ptr; and a typedef struct named testStructure, with a member 'unsigned int a'. Now I will cast this pointer to a struct pointer: ptr=(testStructure*)malloc...
  • void type
    I want to know that supply void type in keil c51 REV 7.XX following is program #include <reg52.h> #include <stdio.h> #define NUMBER 2 typedef struct Test { void (*FuncP)(void *); void *Farg;...
  • void type
    I want to know that supply void type in keil c51 REV 7.XX following is program #include <reg52.h> #include <stdio.h> #define NUMBER 2 typedef struct Test { void (*FuncP)(void *); void *Farg;...