Computer Science, asked by deepakdas72q, 6 months ago

5.Find a correct C Keyword.
O A) Float
O B) Int
O c) Long
O D) double

Answers

Answered by amitnrw
2

Given:

O A) Float

O B) Int

O c) Long

O D) double

To Find : Choose correct Key word in C language

Explanation:

C is  a programming language

Key words in language C are case sensitive

float , Int , long and double  are the keywords

But here in the options

float is written as Float

int is written as Int

and

long is written as  Long

Hence These are not correct C key words

so Correct option is double

int:  This is used to store variable as an integer

float:   It is used to store decimal numbers  with single precision.

double:  It is used to store decimal numbers  with double precision.

long :  it  is a size modifier , used to  increase the size of a variable during declaration

Correct option is double

Learn More:

Find a correct C Keyword.

https://brainly.in/question/38118368

Similar questions