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 are two kinds of java

Answers were Sorted based on User's Feedback



what are two kinds of java..

Answer / swe

PrimitiveType
ReferenceType

Is This Answer Correct ?    9 Yes 1 No

what are two kinds of java..

Answer / guest

Mar-java and Mit-java

Is This Answer Correct ?    3 Yes 7 No

Post New Answer

More C Interview Questions

How we can set and clear bit in a byte using macro function?

2 Answers   L&T, Samsung,


count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array

0 Answers  


what is a NULL pointer?

2 Answers  


How can I find the modification date and time of a file?

0 Answers  


What are the 4 data types?

0 Answers  


is assignment operator is arithmatic or not

3 Answers   Infosys,


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


#include<stdio.h> #include<conio.h> void main() {clrscr(); char another='y'; int num; for(;another=='y';) { printf("Enter a number"); scanf("%d",&num); printf("squre of %d is %d",num,num*num); printf("\nwant to enter another number y/n"); scanf("%c",&another); } getch(); } the above code runs only one time.on entering 'y' the screen disappeares.what can i do?

3 Answers  


What was noalias and what ever happened to it?

0 Answers  


Why shouldn’t I start variable names with underscores?

0 Answers  


What is a macro in c preprocessor?

0 Answers  


#define MAX(x,y) (x) > (y) ? (x) : (y) main() { int i = 10, j = 5, k = 0; k = MAX(i++, ++j); printf("%d %d %d", i,j,k); } what will the values of i , j and k? }

14 Answers   CDAC, GATE, NDS, TCS,


Categories