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

f1() { f(3);} f(int t) { switch(t); { case 2: c=3; case 3: c=4; case 4: c=5; case 5: c=6; default: c=0;} value of c?

Geometric Software,

5 10987

Define function ?Explain about arguments?

Geometric Software, Infosys,

2 9009

C passes By value or By reference?

Geometric Software, Infosys,

5 11428

difference between my-strcpy and strcpy ?

Geometric Software, IIM, Infosys,

3 15007

What compilation do?

Geometric Software, Infosys,

7 12126

Artficial language is provided which of the language?

Geometric Software,

3 7560

Write a program to exchange two variaables without temp

Geometric Software,

9 13740

Fortran cannot have value by reference True or False?

Geometric Software,

2 7872

why java is called as a purely oops language.

TVS,

3 8831

macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration

HCL, Infosys, Microsoft,

12 37201

enum day = { jan = 1 ,feb=4, april, may} what is the value of may? a)4 b)5 c)6 d)11 e)none of the above

HCL, Wipro,

8 44934

2.main { int x,j,k; j=k=6;x=2; x=j*k; printf("%d", x);

HCL, Tech Mahindra,

9 32562

fn f(x) { if(x<=0) return; else f(x-1)+x; }

HCL,

5 18218

i=20,k=0; for(j=1;j

HCL,

8 23571

int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

HCL, Octal, SW,

6 22163


Un-Answered Questions { Programming Languages }

Difference between exit() and _exit() function?

1150


What is category example?

175


Is dev c++ a good compiler?

977


Mention what are the security parameter for xss in codeigniter?

598


Is apache needed for php?

922


What does not ‘r’ language do?

88


Which of the delimiter is ASP style?

1089


What is difference between session and cookie in PHP?

988


What is the function used for adding datasets in R?

360


What PHP stands for?

1037


What a modular programming language is?

1


What is the tree in r?

117


How do I install drush globally?

96


what does this symbol mean in php?

1163


What is else syntax in c++?

1226