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

Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == 4 ) y-= 7; else y = 8; Enter a segment of code (without any IF statements) that does exectly the same thing using the switch structure.

1 3718

Given the following function definition: int doit(int &x, int y, int &z) { x = 3*x; y = y + 5; z = x+y; return z - 4; } int a = 5, b = 7, c = 9, d = 11; d = doit(a,b,c);

2 6952

Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create

2630

what is ltti

Unisys,

1 6196

i am a 3yr diploma holder(CSE) from bangalore and i got job as php developer.. starting 7.5k... but i dont know what is the future carreer scop for diploma holders(for me)...plz help

Wipro,

2 6199

In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}

1 3324

#include void main() { class x { public: int func(int) { cout<<"cool"; return 1; } } }

Infosys,

1 4787

please any one pass file aid,xpeditor and endeavor tools

2333

write a program whose output will be- 1 12 123 1234

10 31616

accept character from keyboard untill the user presses the enter key.If the user enters any character other than upper case(A-Z)alphabets program should stop taking any input

1 3425

Please write me a program to print the first 50 prime numbers (NOT between the range 1 -50)

IBM, KJH,

5 49056

Name a typical usage of polymorphism

3 5855

I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

TCS,

1941

what is the meaning of without standing arrears?

TCS,

10448

what are all the ant command options

2068


Un-Answered Questions { Programming Languages }

Tell me how to call a constructor for a parent class?

170


What is the function to call to turn an ascii string into a long?

1061


What is php beginner?

971


Tell me what are generators in python?

974


What is inhibitor are codeigniter?

634


If we are hacked in wordpress but steps have to do for prevent it?

188


How to swap two values in golang?

1


What is extern storage class in c?

994


Does python have encapsulation?

856


What is the type of 'this' pointer? When does it get created?

949


Explain some features of laravel?

739


Explain what is protocol in objective-c?

1


Tell me what is flask & its benefits?

946


How can you merge two data frames in R language?

137


What are magic constants in php?

1063