Computer Science, asked by anandbholu44, 8 months ago

Which of the following is a keyword
निम्नलिखित में से एक कीवर्ड है
Select one:
O a. signed
signed
O b. main()
maino
O c. integer
integer
O d. floating
floating​

Answers

Answered by letmeanswer12
1

"Option A: Signed is a keyword".

Explanation :

Among all the options signed is perfectly declared as a keyword.

Option A: Signed is the perfect keyword that is used in programming languages.

Option B: main() is a predefined identifier and is also considered as a function. It cannot be used in a variable name. So it is not considered a keyword in java.

Option C: integer While int is a keyword. Here integer is mentioned. So it is not a perfect keyword.

Option D: floating, the float is a keyword. Here floating is mentioned. So it is also not a perfect keyword.

Similar questions