Search:

Type: Posts; User: c_cool

Search: Search took 0.01 seconds.

  1. Thread: a problem

    by c_cool
    Replies
    4
    Views
    1,206

    a problem

    below is a program which is on a WDM network.
    it gets the node which has the maximum traffic
    and according to it lists the nodes in descending order.
    there was a file prior to this which had...
  2. Thread: network traffic

    by c_cool
    Replies
    1
    Views
    1,086

    network traffic

    trying to write a program
    where there will b a n*n network
    and there will b a weightage associated with
    each edge if there is a connection between 2 nodes.
    guyz how can i dynamically(randomly)...
  3. Thread: compiler design

    by c_cool
    Replies
    3
    Views
    1,703

    thanks sean

    thanks sean
  4. Thread: compiler design

    by c_cool
    Replies
    3
    Views
    1,703

    compiler design

    I didn't know where to post this ques.,this one is related to compiler design,i am new to this subject.
    Could u guys plz tell me what is actually is a syntax-directed-translation schemes.How is it...
  5. Thread: linkage query

    by c_cool
    Replies
    1
    Views
    1,606

    linkage query

    hi guys
    could u put some light on my some queries relating to c.
    what is external and internal linkages.
    what is a translation unit.
    I wud be very thankful to u if give me some thought on above...
  6. Thread: string reverse

    by c_cool
    Replies
    3
    Views
    1,554

    string reverse

    i am unable to find the defect in the prog of string reverse without using a third varaible,


    # include<stdio.h>
    # include<conio.h>
    # include<string.h>
    void main()
    {
    char name[20];
    int...
  7. Replies
    4
    Views
    1,443

    thanx davey, that worked, i missed the...

    thanx davey,
    that worked, i missed the &source[i-1],
    so whats the purpose of dummy variables in the progs.
  8. Replies
    4
    Views
    1,443

    simple string question

    i have written the following prog. for reversing a string,output is showing nothing after the 'the reversed stringis'
    plz have a look and rectify my errors
    #include<stdio.h>
    # include<string.h>
    ...
  9. Replies
    1
    Views
    1,739

    command line arguments

    i want to write a program which will open a file count the no.of words,lines and character in that file taking the delimiter from the command line arguments.
    here is the program


    #...
Results 1 to 9 of 9