Search:

Type: Posts; User: kiruthika_sri; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    5,191

    Re: Heap and stack memory

    When variables are created in a C++ program the memory required to hold the variable is allocated from the program stack,and when the variable goes out of scope, the memory which was taken on the...
  2. Answers
    9
    Views
    4,387

    Re: funtion swap

    Try with the followings.



    main()
    {
    int a=10;
    int b=20;
    printf("a = %d\nb = %d\n",a,b);
    a =a+b; b=a-b; a=a-b; // This is first way.
Results 1 to 2 of 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact