You are here:

C/Expert Profile

Kaustav Neogy

On Vacation
returns 12/31/2010
Expertise

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

Experience in the area

i have been programming in c since 1998.

Average Ratings

Recent Reviews from Users

Read More Comments

    K = Knowledgeability    C = Clarity of Response    T = Timeliness    P = Politeness
UserDateKCTPComments
Trevor McCook08/07/0610101010Very prompt and well researched answer to .....
Arvind12/22/05101010Thank you very much Kaustav. -Arvind
John11/26/0510101010
binu09/29/0410101010Two thumbs up!
bas09/26/0410101010Two thumbs up!

Recent Answers from Kaustav Neogy

2008-05-05 about this code pls:

Like this - #include<stdio.h> #include<conio.h> #define N 6 int main() { int x[] = {30, 12, 51, 17, 45, 62,}; int i ; int sum = 0; for(i=0; i<N;i++) { if(i%2==0)

2004-09-29 follow up to string manipulation:

Hi Katrina, the variable "inputstr" contains the original string without the "*" character. We are creating a new string variable "outputstr" to store the manipulated value of the variable "inputstr"

2004-09-28 string manipulation:

Hi Katrina, should be something like this - char inputstr[30], outputstr[60]; int len=0,i=0,j=0,k=0; printf("Enter a string: \n"); scanf("%s",&inputstr); len = strlen(inputstr); j=0; k=0

 

Ask A Question

All Answers


Answers by Expert:


Ask Experts

Volunteer


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