CSE MCQs :: C-MCQs
- The correct syntax to use typedef for struct is.
-
For the following expression to work, which option should be selected.
string p = "HELLO; - Which of the following is FALSE about typedef?
- typedef which of the following may create problem in the program?
- typedef int (*PFI)(char *, char *)creates:
- typedef declaration: