WHAT IS INT?
Answers were Sorted based on User's Feedback
Answer / laxman
it is a integer.
it is a used to declare some numeric valu.
| Is This Answer Correct ? | 26 Yes | 0 No |
Answer / dabish
it is a primitive datatype which holds an integer value.. Its size is 2
| Is This Answer Correct ? | 7 Yes | 1 No |
Answer / usha
int is an keyword, that holds integer data type values
its size depends on compiler.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / avadhesh singh yadav
INT is a primitive datatype which is use to represent the
type of value that gonna b stored in variable.
Its range:-128 to +127
size:2byte in turbo
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / thulasi
int is a integer data type that represents a variable with the integeral values
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sumanta banerjee
it is a primitive datatype integer. used to declare some numeric value. Its size is 2byte.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vijayalakshmi
integer is a datatypes, which is used to initialising the variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why is c called a structured programming language?
What is the difference between printf and scanf in c?
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
What is a substring in c?
Where are the auto variables stored?
application attempts to perform an operation?
What language is c written?
what is used instead of pointers in java than c?
errors in computer programmes are called
What is c language used for?
How to Throw some light on the splay trees?
What is the difference between array and linked list in c?