You are here:
| Subject | Date Asked |
| about this code pls | 5/5/2008 |
| Q: eg x[0]= 30 x[1]= 12 x[2] = 51 x[3] = 17 x[4] = 45 x[5] = 62 eg the sum for this list would be ... A: Like this - #include<stdio.h> #include<conio.h> #define N 6 int main() { int x[] = {30, 12, ... | |
| follow up to string manipulation | 9/29/2004 |
| Q: Your previous answer was very helpful and it did solve the problem. But I have trouble ... A: the variable "inputstr" contains the original string without the "*" character. We are creating a ... | |
| string manipulation | 9/28/2004 |
| Q: For the following program, I understand how to use strlen(), but I couldn't print out a string with ... A: should be something like this - char inputstr[30], outputstr[60]; int len=0,i=0,j=0,k=0; ... | |
Answers by Expert:
Top Expert on this page
i can answer queries related to general programming constructs in C.
i have been programming in c since 1998.

©2012 About.com, a part of The New York Times Company. All rights reserved.