Search:

Type: Posts; User: amoeba532

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Hodor.this is the output that i get ...

    Hodor.this is the output that i get




    8.4 1.17522
    8.5 1.11109
    8.6 1.04211
    8.7 0.970272
    8.8 0.897421
  2. runge kutta 4th order-error during iterations

    # include <stdlib.h>
    # include <stdio.h>
    # include <math.h>
    # include <time.h>



    int main ( );
    void test01 ( );
    double test01_f ( double t, double u );
  3. Thread: output file

    by amoeba532
    Replies
    3
    Views
    753

    how to remove this post?can any1 tell me??

    how to remove this post?can any1 tell me??
  4. Thread: output file

    by amoeba532
    Replies
    3
    Views
    753

    done.i just solved my problem i changed ...

    done.i just solved my problem
    i changed while(fscanf(fin,"%s",&text) !=EOF) to while(fgets(text,1000,fin)!=NULL)
  5. Thread: output file

    by amoeba532
    Replies
    3
    Views
    753

    output file

    #include<stdio.h>
    #include<string.h>
    void calculation (char[], char[]);
    void AcademicAffairsGPCL();
    void AcademicAffairsMusolla();
    void AcademicAffairsDeansOffice();
    void...
  6. Replies
    13
    Views
    1,184

    done.it work perfectly..thx for everythg

    done.it work perfectly..thx for everythg
  7. Replies
    13
    Views
    1,184

    thx Adak and std10093..sorry,i ws so stressed out...

    thx Adak and std10093..sorry,i ws so stressed out n cant see it clearly
  8. Replies
    13
    Views
    1,184

    #include void search (char[]); void...

    #include<stdio.h>
    void search (char[]);
    void calc(int );
    void Musolla();
    void GPCL();
    void AcademicAffairs();
    void ExamHall();
    void OSCENT();
    void DeanOffice();
    int main()
  9. Replies
    13
    Views
    1,184

    im sorry,i tried bt it still didnt work..

    im sorry,i tried bt it still didnt work..
  10. Replies
    13
    Views
    1,184

    hope someone can help me with this problem..any1??

    hope someone can help me with this problem..any1??
  11. Replies
    13
    Views
    1,184

    i changed to %c,bt then i cant choose the path.it...

    i changed to %c,bt then i cant choose the path.it automatically exit the function and enter the main program
    i need the user to 1st choose the path then exit the function
  12. Replies
    13
    Views
    1,184

    Help in returning to main

    #include<stdio.h>
    void search (char[]);
    void calc(int );
    void Musolla();
    void GPCL();
    void AcademicAffairs();
    void ExamHall();
    void OSCENT();
    void DeanOffice();
    int main()
  13. Replies
    9
    Views
    1,549

    #define num 4 #define length 100...

    #define num 4
    #define length 100
    #include<stdio.h>
    void fiction();
    void art();
    void engin();
    void child();
    void study();
    void display(char r,float p);
    int main()
  14. Replies
    9
    Views
    1,549

    in every function.the compiler says syntax error...

    in every function.the compiler says
    syntax error before ']' token..what does this mean?
  15. Replies
    9
    Views
    1,549

    change

    #define num 4
    #define length 100
    #include<stdio.h>
    void fiction();
    void art();
    void engin();
    void child();
    void study();
    void display(char books[num][length],float price[num]);
    int main()
  16. Replies
    9
    Views
    1,549

    help with array

    #define num 4
    #define length 100
    #include<stdio.h>
    void fiction();
    void art();
    void engin();
    void child();
    void study();
    void display(float p,char books[][],price[]);
    int main()
  17. Replies
    6
    Views
    1,045

    change %d to %c.,but the program stops before the...

    change %d to %c.,but the program stops before the user entered their choice
  18. Replies
    6
    Views
    1,045

    help with void function

    #include<stdio.h>
    int fiction();
    int art();
    int engin();
    int child();
    int study();
    void display();
    char menu();
    int main()
  19. Thread: void

    by amoeba532
    Replies
    2
    Views
    921

    void

    #include<stdio.h>
    int fiction();
    int art();
    int engin();
    int child();
    int study();
    int main()
    {
    char option,ans;
    printf("WELCOME TO ONLINEBUKU.COM\n");
  20. Thread: void!

    by amoeba532
    Replies
    5
    Views
    1,171

    i already done that but the ans still doesn't...

    i already done that but the ans still doesn't appear in display void.why?..
  21. Thread: void!

    by amoeba532
    Replies
    5
    Views
    1,171

    void!

    #include<stdio.h>
    int capture();
    int count();
    void display_output(int x);
    int main()
    {
    int each=0;
    capture();
    each=count();
    display_output(each);
  22. Replies
    3
    Views
    821

    Calculation-void

    #include<stdio.h>
    int confusion(int x,int y)
    {
    x=2*x+y;
    return x;
    }
    int main()
    {
    int x=2,y=5;
    y=confusion(y,x);
  23. Replies
    6
    Views
    964

    help with c++

    #include<stdio.h>
    int main()
    {
    char ans;
    int month,food,trans,eqp,misc;
    float total=0,over=0;
    do
    {
    printf("Enter your monthly allowance:");
    ...
  24. Thread: for loop!

    by amoeba532
    Replies
    3
    Views
    1,062

    for loop!

    #include <stdio.h>
    int main ()
    {
    int num=1,sqr=1,cube=1,pow;
    printf(" NUMBER SQUARE CUBE\n");
    printf(" ====== ====== =====\n");
    for(num=1; num<=10; num++)
    {
    ...
  25. Thread: amoeba

    by amoeba532
    Replies
    7
    Views
    1,059

    okk.thx nimitzhunter

    okk.thx nimitzhunter
Results 1 to 25 of 30
Page 1 of 2 1 2