Search:

Type: Posts; User: Rahul C.; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    8,026

    Re: Why free is used to deallocate memory

    I think you are under wrong impression. We should use 'free' if we use 'malloc' to allocate memory. And we should use 'delete' if we use 'new' to allocate the memory.
    Moreever, in C++ you should...
  2. Thread: constructors

    by Rahul C.
    Answers
    2
    Views
    2,917

    Re: constructors

    1) Create class instance when the constructor is private
    ANS: This is the situation when the owner of the class does not want the control of the constructor or wants to implement specific feature...
  3. Thread: Files in UNIX

    by Rahul C.
    Answers
    1
    Views
    3,874

    Unix/Linux Re: Files in UNIX

    Yes. The 'find' command can help you.
    like, find $HOME/ -mtime 30
    Please check 'man find' for more options.
  4. Answers
    4
    Views
    10,620

    Unix/Linux Re: Shell Scripting questions

    1) Process table in unix does not have any identification for the type of process. And the daemon process is nothing but the process running in a loop. So I do not think there is a way to list the...
Results 1 to 4 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