⟩ How many bytes are occupied by near, far and huge pointers (DOS)? A. near=2 far=4 huge=4 B. near=4 far=8 huge=8 C. near=2 far=4 huge=8 D. near=4 far=4 huge=8
Option A
(near=2 far=4 huge=4)
Option A
(near=2 far=4 huge=4)
What are types of Preprocessor in C?
What is include directive in C?
What are # Preprocessor operator in C?
Can a file other than a .h file be included with #include?
What is define directive?
What are the advantages of using macro?
What is #define?
What is typedf?
What is ## Preprocessor operator in C?
What is the mean of function?