Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    9
    Views
    4,781

    Re: sizeof() operator

    Hi,

    A principal use of the sizeof operator is in communication with routines such as storage allocators. A storage-allocation function might accept a size (in bytes)and allocate and return a...
  2. Answers
    15
    Views
    5,453

    Re: How is it calculated???

    Undefined Behavior/Side Effects :(

    The standards define "Between two sequence points, an object is modified more than once, or is modified and the prior value is accessed other than to determine...
  3. Answers
    15
    Views
    5,453

    Re: How is it calculated???

    ++a + ++a + ++a = undefined
    ++a + ++a + ++a + ++a + ++a = undefined

    Because C expressions can contain side effects, issues of sequencing are important in expression...
Results 1 to 3 of 3
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