Computer Science, asked by princesinghb228, 8 months ago

how to declare a variable in c

Answers

Answered by mitrasarkar06
11

Answer:

  • Variable Declaration in C

You will use the keyword extern to declare a variable at any place. Though you can declare a variable multiple times in your C program, it can be defined only once in a file, a function, or a block of code.

Similar questions