Search:

Type: Posts; User: KiRa11Love

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    1,675

    Can you explain it to me more? I'm just a...

    Can you explain it to me more? I'm just a beginner with graphs.
  2. Replies
    4
    Views
    1,675

    Breadth First Search Traversal

    I have declared my 5 nodes. My only problem is my Breadth First Search Code. I can't get it to work. Can someone please help me with this one?



    #include <conio.h>
    #include <stdio.h>
    typedef...
  3. Thanks guys. It is now working. :) Now I can...

    Thanks guys. It is now working. :)
    Now I can continue on my work.
  4. char array doesn't print the char in the array

    #include <stdio.h>
    #include <conio.h>
    /* count lines in input */
    main()
    {
    clrscr();
    int c, nl;
    char a[30];
    nl = 0;
    scanf("%s",a[30]);
  5. Replies
    7
    Views
    1,585

    Random not working properly

    #include <stdio.h>
    #include <conio.h>
    #include <stdlib.h>

    int main()
    {
    int ch;
    clrscr();
    while(ch!='0')
    {
  6. Replies
    5
    Views
    1,241

    It worked!... Thanks Man... :) Now I can continue...

    It worked!... Thanks Man... :) Now I can continue on my life. XD
  7. Replies
    5
    Views
    1,241

    When I tried what you told me. The sum is...

    When I tried what you told me. The sum is something unexpected. When I enter "32", it prints a unexpected number. But thanks for the answer, I didn't saw that error. But still more problem.
  8. Replies
    5
    Views
    1,241

    What's wrong with this program?

    #include <stdio.h>
    #include <conio.h>

    main()
    {
    int p,N[100] = {0},d,c,E;
    printf("Input a number: ");
    scanf("%d",&p);
    for(d=1,c=0;d<p;d++)
    {
Results 1 to 8 of 8