Search:

Type: Posts; User: kshama.v; Keyword(s):

Search: Search took 0.00 seconds.

  1. Thread: null pointer

    by kshama.v
    Answers
    3
    Views
    5,925

    Re: null pointer

    A null pointer is a regular pointer of any pointer type which has a special value that indicates that it is not pointing to any valid reference or memory address. This value is the result of...
  2. Answers
    5
    Views
    5,011

    Re: C - 2 Dimensional Arrays

    Hi Vikram,
    As i told earlier...by using pointer concept u can do it..but ther again u need to mention the indexes..2, and 3 but not a direct access as a[2][3].
    jus go through the code
    main()
    {...
  3. Answers
    2
    Views
    5,747

    Re: How to find submatix with max sum

    Sorry....:confused: cud u ellaborate the Question..
  4. Answers
    5
    Views
    5,011

    Re: C - 2 Dimensional Arrays

    If i got ur Question right...i guess..u can use pointers...Let me know wat exactly u wan...
  5. Re: How can a cycle be detected in a singly linked list

    hi,
    i think this logic shud work..chek it..
    Take 2 pointers, p and q.
    p = p -> next(increment p by 1)
    q = q-> next -> next (increment q by 2)
    can put this in while loop...
Results 1 to 5 of 5
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