Vidyalelo
C Programming · Q49

C Preprocessor

Programming · C Programming · question 49

Q49

In the directive #pragma pack(n), if the value of 'n' is given to be 5, then what happens?

A.
Error
B.
Warning but no error
C.
Executes the pragma statement
D.
Ignores the pragma statement and executes the program
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board