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

which is the best antivirus and how to update it

7 Answers   Infosys,


What is volatile in c language?

2 Answers   HCL, TCS,


#include <stdio.h> void main() { int i=-1,j=1,k,l; k=!i&&j; l=!i||j; printf ("%d%d",k,l) ; }

3 Answers   SRG,


What is linear search?

0 Answers  


What does a run-time "null pointer assignment" error mean?

2 Answers  






9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

1 Answers  


how to print value of e(exp1)up to required no of digits after decimal?

1 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


write a program for egyptian fractions in c?

1 Answers   Satyam,


You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?

1 Answers  


write a program for even numbers?

19 Answers   TCS,


What is the difference between a string and an array?

0 Answers  


Categories