I am having a problem with the printf("Enter a name (name count %d): ", i); because it always start to get the value for the Enter a name (name...
my program does not compile..there are errors in line 102 and 110.. ptr->name=name; ptr->company=company; these are the code which i am having...
#include<stdio.h> #include <string.h> #include <conio.h> #include <stdlib.h> typedef struct { char name[30]; char company[50]; char...
I have a homework which should have the following: program stores strings of arrays. strings can be names, addresses, etc. program shows...
btw kiddo if also you have time can you also dubug my polynomial program..only if you can #include <stdio.h> #include <conio.h> #include <math.h>...
I am using bloodshed dev c++..i already couple of errors but i am having problem with reseting my standard deviation... here is the updated...
THIS IS THE UPDATED VERSION now the problem is the conputation the evaluated value is always wrong..pls help #include <stdio.h> #include...
My program can only evaluate less than 2nd order polynomials but greater than that the evaluation is always wrong due to the term before the...
//This program can evaluate a polynomial, solve for statistical algorithms //and do matrix operations. #include <stdio.h> #include <conio.h>...
Separate names with a comma.