| Name | Expertise | Status |
 |
Bill A U.S. View Profile
| I can answer questions about C language, assembly language, programming and algorithms, data structures and embedded software development, low-level software and drivers and microprocessor-based digital logic. I can also answer questions about C++ and Windows programming but that is off topic for this category - go to the C++ category. I have no experience with Linux.
I do enjoy reviewing code and critiquing it or finding problems in it. I will also gladly show better algorithms or methods if you want to take advantage of that. | Available Ask A Question View Past Answers |
Prince M. Premnath India View Profile
| I'm sure that I can solve any doubts in Turbo C ,Graphics Programing ,Mouse, Hardware Programming ,File System ,Interrupts, BIOS handling , TSR Programming , General Concepts in C Language, handling inline Assembly statements | Available Ask A Question View Past Answers |
Mohamed Ameer Irshad.H India View Profile
| I can answer questions in Hindi as well as English. can ask me questions regarding general concepts,algorithms in C.STLs(c++)TSR programmin,virus writing,basic level of device driver programming(linux),network programmming(UNIX C) ,UNIX shell scripting,grapihcs using TURBO C and a bit of hardware interaction.. | On Vacation returns 12/11/2008 View Past Answers |
Kaustav Neogy View Profile
| i can answer queries related to general programming constructs in C. | On Vacation returns 12/31/2008 View Past Answers |
Narendra View Profile
| I can answer questions in C related to programming, data structures, pointers and file manipulation.
I use Solaris for doing C code and if you have questions related to C programming on Solaris, I will be able to help better. | On Vacation returns 12/31/2008 View Past Answers |
| |
| VOLUNTEER TO BE AN EXPERT IN THIS CATEGORY |
| Recent Answers |
 |
 |
2008-11-29 PRECISION CONVERSION FROM STRING TO FLOAT: Hi Oscar, Ok, for permutations of arbitrary numbers, you have to use a different storage type. One problem for me is I don't know what you're trying to solve. I'm unclear on what permutation you're...
|
2008-11-29 PRECISION CONVERSION FROM STRING TO FLOAT: You really can't go past 9. 10987654321 isn't one digit longer, but 2 digits longer. If you want 1 to 10, use 0 to 9 and add one to each digit when you use it. Use a C compiler that supports long...
|
2008-11-28 Reg : mobile apps using C: I have not developed apps for a phone recently. I would suggest contacting the phone manufacturer but I don't expect much help. They don't want their phones hacked. I think each phone would have their...
|
2008-11-28 processor time: Hi, I don't know about calculating code complexity, nor Linux, but standard C has a time() function to get a time in mS. I would think using it around the code and subtracting would give you runtime...
|
2008-11-27 getting ASCII code: Ok. With %d it's still not right. :) printf("%d %d %d",int(ch1),int(ch2),n); int(ch1) is the int representation of ch1, which is an address. ch1 is an address; ch1[0] is the char. The problem...
|
| More Answers for "C" |