WHAT IS INT?

Answers were Sorted based on User's Feedback



WHAT IS INT?..

Answer / laxman

it is a integer.
it is a used to declare some numeric valu.

Is This Answer Correct ?    26 Yes 0 No

WHAT IS INT?..

Answer / dabish

it is a primitive datatype which holds an integer value.. Its size is 2

Is This Answer Correct ?    7 Yes 1 No

WHAT IS INT?..

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

WHAT IS INT?..

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

WHAT IS INT?..

Answer / thulasi

int is a integer data type that represents a variable with the integeral values

Is This Answer Correct ?    1 Yes 0 No

WHAT IS INT?..

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

WHAT IS INT?..

Answer / vijayalakshmi

integer is a datatypes, which is used to initialising the variables.

Is This Answer Correct ?    0 Yes 0 No

WHAT IS INT?..

Answer / avinash

INT IS NUMBERS.

Is This Answer Correct ?    6 Yes 15 No

Post New Answer

More C Interview Questions

When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?

1 Answers   TISL,


for(i=0;i=printf("Hello");i++); printf("Hello"); how many times how will be printed?????????

8 Answers  


What is the difference between exit() and _exit() function?

1 Answers  


What are the different types of pointers used in c language?

1 Answers  


void main() { char far *farther,*farthest; printf("%d..%d",sizeof(farther),sizeof(farthest)); }

3 Answers   ME, pspl,


What is %g in c?

1 Answers  


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1 Answers  


Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.

12 Answers   MIT, TCS,


if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.

18 Answers   Parexel, Ram Infotech, Zycus Infotech,


What does node * mean?

1 Answers  


where are auto variables stored? What are the characteristics of an auto variable?

1 Answers  


Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.

3 Answers   SilverKey,


Categories