Results 1 to 3 of 3

Thread: Query related to C

  1. #1
    Junior Member
    Join Date
    Jul 2008
    Answers
    5

    Question Query related to C

    Any one has information about following Macro.

    # Pragram Pack()


  2. #2
    Junior Member
    Join Date
    Jul 2008
    Answers
    3

    Re: Query related to C


    #pragma pack directive modifies the current alignment rule for members of structures whose declaration following the directives. This member can't increase the alignment of a member, but rather can decrease the alignment. It is stack based. All packs are pushed into stack as the source code is parsed. The value at the top if the current pragmapack is the value used to pack members of all subsequent structures within scope of current alingment. #pragmapack directive causes bitfield to cross bitfield container boundaries


  3. #3
    Junior Member
    Join Date
    Jul 2008
    Answers
    3

    Smile Re: Query related to C

    #pragma pack directive modifies the current alignment rule for members of structures whose declaration following the directives. This member can't increase the alignment of a member, but rather can decrease the alignment. It is stack based. All packs are pushed into stack as the source code is parsed. The value at the top if the current pragmapack is the value used to pack members of all subsequent structures within scope of current alingment. #pragmapack directive causes bitfield to cross bitfield container boundaries


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
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