we have complete the cvs server and stepper motor control with the help of parallel port
i have complete semaphore,completion,spin_lock for multiple item
i have complete read write operation for multiple item and llseek also done
i have done write and read operation for single quantum
i have done initialization,registration,open,release,trim.
difference b/w structure and union. Structure: 1. It allocates memory equal to sum of memory allocated to its each individual member. 2.each member have their own memory space. 3. structure can not be implemented in shred memory. 4. it has … Continue reading
basic meaning of static variable,global variable,local variable.difference also
why char pointer take four bytes.while char take only one byte