Search:

Type: Posts; User: saikrishna

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,249

    Main() { int i=36752; ...

    Main()
    {
    int i=36752;
    printf("%d",++i);
    }

    What is the output of i??
  2. Replies
    3
    Views
    1,249

    Random C++ questions split

    What is the difference between object and class?
Results 1 to 2 of 2