Back to Questions
SSC Computer Science
QUESTION #1117
Question 1
Which of the following is the false statement in C language?
Correct Answer Explanation
In C, you cannot use the same storage class specifier multiple times for a single variable declaration. static static is syntactically invalid.
Sign in to join the conversation and share your thoughts.
Log In to Comment