• Problem
    Hi, i also facing same problem as some other yappers here. I want to build a simulator for a 50A 13.6V switching charger for car battery. Does anyone have a good simulation for a schematic and...
  • this is the problem
    Now I will explain the problem OK. I have to find a way of calling a function before main. How can I do it? can i use a pointer? Give all the possible solutions as soon as you can. See...
  • problem
    Hi I tried to write program in C for AT89s8252. But i am not able to write the program for EEPROM. How to Write The Data To the EEPROM of 89s8252 using C Language.How we can...
  • atoi problems
    I am having problems getting atoi to work. here is how I populate the comin[] array do { comin[index] = (getchar()); ++index; } while (index<=4); later in the program I do the following...
  • Printf problem
    Hi friends, I am using timer 0 & timer 2 interrupts for functionality and printf functions also am using to display the status .... (for printf statement Timer 1 using)some times that printf function...