C/Questions Answered by Expert Kaustav Neogy

SubjectDate Asked
about this code pls5/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 manipulation9/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 manipulation9/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; ...

All Questions in This Category

C

All Answers


Answers by Expert:


Ask Experts

Volunteer


Kaustav Neogy

Top Expert on this page

Expertise

i can answer queries related to general programming constructs in C.

Experience

i have been programming in c since 1998.

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