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 |
how to display 2-D array elements in spiral
What is the best style for code layout in c?
to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].
Why clrscr is used in c?
What is a function in c?
Explain about block scope in c?
What is the mean of function?
Explain what are preprocessor directives?
What is meant by recursion?
What is c token?
plz answer..... a program that reads non-negative integer and computes and prints its factorial
write a program to add two numbers of any size.....(remember any size)