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...



Programming Languages Interview Questions
Questions Answers Views Company eMail

enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

ME,

4 16960

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

ME, pspl,

3 30994

main() { int i=400,j=300; printf("%d..%d"); }

ME,

13 27718

main() { char *p; p="Hello"; printf("%c\n",*&*p); }

ME,

2 18679

main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }

ME,

3 15208

void main() { int i=5; printf("%d",i++ + ++i); }

ME,

21 44500

void main() { int i=5; printf("%d",i+++++i); }

ME,

17 23128

#include main() { int i=1,j=2; switch(i) { case 1: printf("GOOD"); break; case j: printf("BAD"); break; } }

ME,

6 19728

class A{ void me(){s.o.p("");} class B extends A{ void me() {s.o.p(" ");} class M{ A a=new B(); B b=new A(); a.me(); b.mne();} what is the output of this, how?

Cosmos, HyTech Pro, WinSoft,

2 8072

what is polymorphism in java.

Atos Origin,

3 6551

what is web service in java? have u use before.

2157

what is the maximum no. of bytes calloc can allocate

Mphasis,

4 10138

how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);

RMSI,

19 24219

what is the use of using linked list and array?

Infosys, TCS,

10 15909

What is the diffences between Windows XP and Windows Visa

Aricent, FHF,

1 7995


Un-Answered Questions { Programming Languages }

What is set type in python?

828


Explain what is the procedure to see that the optional file is detected?

203


What are the features of php?

1025


What are the differences between session and cookie?

1013


How do I reinstall activex?

772


Where is wordpress media stored?

144


Is scala easy to learn?

1


How can you find the exact size of a data type in c?

1005


What does return 0 do in c++?

1041


What are R applications of R clustering?

82


How might you associate Hive to Spark SQL?

7


What is get_instance in codeigniter?

615


In which language codeigniter is written?

619


How would you fit a linear model over a scatter-plot?

89


What is a dispatch function?

1