Search:

Type: Posts; User: djyotirm

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,032

    thanx SilentStrike again, got it. only...

    thanx SilentStrike again,
    got it.
    only initialization of structure members will do !
  2. Replies
    3
    Views
    1,032

    thanx silent strike for response ! can u plz...

    thanx silent strike for response !
    can u plz clarify a bit ?
    I'm giving u some piece of code with outputs I got :

    struct a
    {
    int x;
    char y;
    }v1;
  3. Replies
    3
    Views
    1,032

    a query on structure/union

    hi all,

    this may be a basic problem, but confusing me as a beginner.
    here follows a small piece of code :-

    struct ask
    {
    int a1;
    char ch[10];
    };
Results 1 to 3 of 3