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

hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


can you change name of main()?how?

3 Answers   HCL, Siemens,


What is pointer and structure in c?

0 Answers  


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


How do you determine a file’s attributes?

0 Answers  






please help me.. how to write a code of this output?? "Enter range number:"10 1 is an odd number 2 is an even numbers 3 in an odd numbers 4 " to 10" "printing all odd numbers:" 1,3,5,7,9 "printing all even numbers:" 2,4,6,8,10 "sum of all odd numbers:25 "sum of all even numbers:30 using a C Programming ARRAY pleas pleas help.. its my project ..please :(

1 Answers  


what does ‘segmentation violation’ mean?

1 Answers  


print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


What are the benefits of organizational structure?

0 Answers  


Distinguish between actual and formal arguments.

0 Answers  


write a program that will accept two integers and will implement division without using the division operator if the second value is an odd number and will implement multiplication without using multiplication operator if the second value is an even number.

1 Answers  


what does keyword ‘extern’ mean in a function declaration?

1 Answers   Emerson,


Categories