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 |
1)what are limitations for recursive function? 2)write a program to read a text file and count the number of characters in the text file
Why doesnt this code work?
main() { int *ptr=(int*)malloc(sizeof(int)); *ptr=4; printf("%d",(*ptr)+++*ptr++); }
while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
Write a programme to find even numbers without using any conditional statement?
3 Answers ADD Software, Infosys,
What is the most efficient way to count the number of bits which are set in a value?
how to find that no is int or float?
How do I create a directory? How do I remove a directory (and its contents)?
Given an array of characters which form a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in it?
What is the right way to use errno?
Average of a couple 10 years ago was 25. The average remains same after having a child and twins after 3 years. What is the present age of the first child
What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack