Welcome to the VirtuQ Forums.
Results 1 to 3 of 3
  1. #1
    VirtuQ™ Moderator
    Join Date
    Jul 2011
    Location
    Bangalore, India
    Posts
    1,044
    Blog Entries
    2

    Programming and OS Related Interview Questions (firmware or embedded role)

    All,

    If you are applying for an embedded or firmware related position, please go through the questions on this URL: https://docs.google.com/document/pub...5_wtxM0QjSomwc

    They are not all nicely formatted as I just typed them out, however, the information is all there. Feel free to discuss with us on the forum.

    Cheers,

    Anup
    Last edited by anup; 27-12-2012 at 04:17 PM.

  2. #2
    Hi sir,

    What is wrong with this statement?
    printf("%d %d %d %d %d", ++i, i++, ++i,i, i++);

    Thank you.

  3. #3
    VirtuQ Moderator
    Join Date
    Jun 2011
    Location
    Bangalore, India
    Posts
    310
    Blog Entries
    4
    Hi,

    Result of this code is compiler dependent and this kind of code must never be written in practice.

    -- Basant


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •