Computer Science, asked by nicksshakya5393, 1 month ago

What does declaration mean Intx : 4

Answers

Answered by minasharmaminaedu
0

Answer:

The declaration means 4 bit integer

Explanation

The programming language C is procedural. originally created by Dennis Ritchie as a language for system programming to create operating systems Low-level memory access, a limited collection of keywords, and a clear style are among of the language's strongest points. The C language is suitable for system programming, including the creation of operating systems and compilers, thanks to these features.

The keyword "int" is used in a type declaration in the C programming language to assign an integer type to a variable. The type's ability to represent integers does not, however, imply that it can represent all integers. The C implementation you pick will decide the fixed size of an int variable.

In C - programming language the declaration means 4 bit integer.

#SPJ3

Similar questions