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

There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?

2 4352

They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1911

There are 2 empty jars of 5 and 3 liters capacity. And a river is flowing besides. I want to measure 4 liters of wanter using these 2 jars. How do you do this?

4 10886

when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?

2124

write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

2003

write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

1892

Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;

2013

Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;

1 3043

Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;

2 4154

Write a corrected statement in c++ so that the statement will work properly. x =+ 7;

2 3949

Write a corrected statement in c++ so that the statement will work properly. x + y=z;

2 4066

If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 4681

Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.

1 3470

Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)

1941

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 == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

2021


Un-Answered Questions { Programming Languages }

How to include js in magento?

3


What is c++ w3school?

1107


What is umbrella header?

1


How do you write a simple code in python?

848


Tell me what is the limitation to the depth of your categories?

243


What is difference between stdio h and conio h?

1371


How do I use eloquent to get a list of comments with one author each avoiding n+1 queries?

683


Who made c++?

1079


What are the loops in ruby?

5


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

1109


Is magento owned by adobe?

1


How can you handle the situation if your wordpress site is hacked?

157


How do I manage categories in wordpress?

173


When to use inquire vs enquire?

978


What does making the cpython different from python?

907