⟩ If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable? A. . B. & C. * D. ->
Option D
(->)
Option D
(->)
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?
What is a macro in C Preprocessor?
What is the general form of #line preprocessor?