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 3814

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 7068

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

2686

what is ltti

Unisys,

1 6326

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 6337

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 3427

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

Infosys,

1 4872

please any one pass file aid,xpeditor and endeavor tools

2397

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

10 32031

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 3529

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

IBM, KJH,

5 49281

Name a typical usage of polymorphism

3 6009

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,

2004

what is the meaning of without standing arrears?

TCS,

10521

what are all the ant command options

2136


Un-Answered Questions { Programming Languages }

Explain about ruby code blocks?

5


What is xss and csrf?

1003


Describe linkages and types of linkages?

1054


What is the use of quick draft section in wordpress dashboard?

238


What is composer in laravel php?

872


What is a template on a website?

207


What is the use of ajax in php?

1046


What are different oops concepts?

1123


What is the difference between malloc() and calloc()?

2021


Mention Some keywords which are used by Java and not required in Scala? Why Scala does not require them?

7


How will you check in a string that all characters are digits?

882


What is a persistent cookie in php?

1048


How to Get the Windows version in code?

1783


How does ternary operator work in python?

997


Which ide is better for python?

964