User Profile

Collapse

Profile Sidebar

Collapse
ravijv12
ravijv12
Last Activity: Nov 18 '08, 04:30 PM
Joined: Oct 23 '08
Location: in banglore
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ravijv12
    replied to c program
    in C
    actually i wanted print both address and value of b ,...
    See more | Go to post

    Leave a comment:


  • ravijv12
    replied to c program
    in C
    sir ,
    actually i want to print memory adress of b & value of b...
    See more | Go to post

    Leave a comment:


  • ravijv12
    started a topic c program
    in C

    c program

    i had doubt regrdng this progrm... pls explain..

    #include<stdio. h>
    void main()
    {
    int a, b;
    printf("enter d value fof a and b");
    scanf("%d%d", &a, &b);
    printf("%d%d",& b,b);
    }

    wats d op of this program... pls get soon..
    See more | Go to post

  • ravijv12
    started a topic memory
    in C

    memory

    how exactly an integer , character stored in memory loc
    See more | Go to post
No activity results to display
Show More
Working...