AllExperts > C 
Search      
C
Volunteer
Answers to thousands of questions
 Home · More C Questions · Question Library  · Free Encyclopedia ·
More C Answers
Question Library

Ask a question about C
Volunteer
Experts of the Month
Expert Login

Awards

About Us
Tell friends
Link to Us
Disclaimer

 
 
 
About 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.

   

You are here:  Experts > Computing/Technology > C/C++ > C

Questions Answered By Expert  Kaustav Neogy 
In Category  C

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

Email this page
     
User Agreement | Privacy Policy | Kids' Privacy Policy | Help
Copyright  © 2006 About, Inc. AllExperts, AllExperts.com, and About.com are registered trademarks of About, Inc. All rights reserved.