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 |
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
What does %d do?
Write a c program to find, no of occurance of a given word in a file. The word is case sensitive.
What are the three constants used in c?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Write a program to generate prime factors of a given integer?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
will u please send me the placement papers to my mail???????????????????
AMMONG THE 4 STROAGE CLASSES IN C, WHICH ONE FASTEST?
How do you determine if a string is a palindrome?
what is the significance of static storage class specifier?
What is ctrl c called?