EmbLogic's Blog

Author Archives: arun chauhan

query about driver installation

i have two kernels on my desktop.. i boot my system using one kernel and installed drivers of wireless usb stick(usb wifi-dongule) on that kernel using ndiswrapper.. its working properly.. but when i boot the system using second kernel its … Continue reading

Posted in Project 1: A Linux Administration based Project | 3 Comments

float

i declared a float and initialize it to 69.01 now when i print this float it prints 69.010002 & when initialize it to 69.02 it prints 69.019997, when initialize it to 69.6969 it prints 69.696899, when initialize it to 696969.696969 … Continue reading

Posted in Data Structures with C | 1 Comment