Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

How the c program is executed?

0 Answers  


What is restrict keyword in c?

0 Answers  


#include<stdio.h> main() { int i=5; printf("%d",i*i-- - --i*i*i++ + ++i); } tell the answer with correct reason .specially reason is important nt answer ans by turbo c is -39

1 Answers   GameLoft,


can we have joblib in a proc ?

0 Answers  


What is modeling?

0 Answers  


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

0 Answers   Case, IBM,


what is a function method?give example?

0 Answers  


#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }

15 Answers   Infosys,


what would be the output of the follwing struct st { char name[20]; int i; float f; }; main() { struct st emp = {"forum"}; printf("%d %f",emp.i,emp.f); }

4 Answers  


Is c# a good language?

0 Answers  


a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above

3 Answers  


Explain this code. #include <stdio.h> void f1(int *k) { *k = *k + 10; } main ( ){ int i; i = 0; printf (" The value of i before call %d \n", i); f1 (&i); printf (" The value of i after call %d \n", i); }

3 Answers   IBM,


Categories