Search:

Type: Posts; User: mohit varma

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    5,540

    Here, I am just trying to enter a line of text in...

    Here, I am just trying to enter a line of text in an array terminated by a new line character. then I go on to print that line element by element of the array (piece meal method) till the time I...
  2. Replies
    6
    Views
    5,540

    Scanf function with circumflex

    Hello everyone,
    I am unable to run the following code...any help will be most welcome

    facing issues with the while statement.
    unable to detect EOL character

    I can tackle this problem through...
  3. Confused about certain Array statements

    Hi,

    I am a little confused about certain commands related to pointers & arrays.




    arr[5] = {1,2,3,4,5};

    printf ("%u %u), arr+1,&arr+1);
  4. Thread: C Projects

    by mohit varma
    Replies
    0
    Views
    1,112

    C Projects

    Hi,

    I am want to work - End to End - on some "C" real life project however, not sure as to what should I start with... should I tap system programming first or stacks & protocols, algorithims,...
  5. Replies
    6
    Views
    9,502

    Hi, I have made changes to your code...hope it...

    Hi,

    I have made changes to your code...hope it helps...

    Cheers !!




    #include <stdio.h>
Results 1 to 5 of 5