a better solution is this #include<stdio.h> #include<conio.h> float expo(float,float,int,float); float term(float,float,float); int main() {...
or you can use the registry to accomplish that.
from the values you assign to it p.s. if you use vb use this command as your first in your code option explicit this will force you to define...
check the result again.i think it must be 2.7083 i made 2 corrections and also i changed how scanf gets its data. #include<stdio.h>...
give us the mathematics solution for this. what equation do you use?
first of all parameters are separated by space. so,when you pass "1h 45" as parameter ,you actually pass 2 parameters 1st="1h" 2nd="45" i changed...
something like this? http://www.java2s.com/Code/Java/Collections-Data-Structure/Convertsinfixarithmeticexpressionstopostfix.htm
correct the above code like this ....................... switch(QA){ case 1: T1=300;//add this T2=0;//add this...
#include <stdio.h> int main(){ float T1,T2,end1,increment; printf("first variable="); scanf("%f",&T1); printf("second...
complex trapezoid method for f(x)=x^2 only ============================= #include <stdio.h> #include <stdlib.h> double f(float); int main(){...
check this http://en.wikipedia.org/wiki/Numerical_integration
because i can not understand what you want to do,do this. imagine that you have the program ready as you want. what would be the output? simulate...
Re: hi all, I dont have any clue how to accomplish this. Pls provide ne clues ...Than this is the skeleton of your program.You must edit...
The code i sent you is not in any case a complete application but only some hints to follow.(like the add function that works as an example) But...
you have created a form ,using copy paste which because of lack of experience resulted indexed controls.We do not want this.I changed it a lit bit...
first of all make the form as you want it to appear on screen with the functions you want. then make a zip of your project and post it here.
the main bug that nobody saw till now is this ............ char name[16][128]; ..................... printf("How many strings of...
#include <stdio.h> int main(){ for (char c='a';c<='z';c++) printf("%c",c); return 0; }
i have written 3 general functions regarding trims check this #include <stdio.h> #include <string.h> #include <malloc.h> void trimLeft(char...
check this and ....google! http://publications.gbdirect.co.uk/c_book/chapter6/structures.html
Separate names with a comma.