Top

Discussion

Which keyword is used to prevent any changes in the variable within a C program?

  • A.immutable
  • B.mutable
  • C.const
  • D.volatile

Answer: C

const is a keyword constant in C program.

No comment is present. Be the first to comment.
Loading…

Post your comment