int is valid or invalid in imperative programing
Hello Abhishek!
There are broadly 2 kinds of programming languages: imperative programming languages and functional programming languages.
In imperative programming, we use control statements to command the system to perform a specific action. The best example for an imperative language is C.
Now you must be well familiar with C. int is a valid declaration in C. So therefore, yes, int is a valid declaration in any programming language.