Computer Science, asked by subhamchowdhary134, 4 months ago

1)what is keyword
2)what is the role of keyword static is declaring funtion​

Answers

Answered by rajgargsai
2

answer:

When static keyword is used, variable or data members or functions can not be modified again. It is allocated for the lifetime of program. Static functions can be called directly by using class name. Static variables are initialized only once.

Answered by Anonymous
3

Answer:

1) the definition of keyword is a significant word , or a word used to find information when researching .

2) A static function in c is a function that has a scope that is limited to its object file . this means that the static function is only visible in its object file.

I hope it help you......

Similar questions