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 4524

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?

1979

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 11105

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?

2189

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

2064

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

1953

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

2053

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

1 3132

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

2 4281

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

2 4078

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

2 4202

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

2 4817

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 3592

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)

2013

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?

2081


Un-Answered Questions { Programming Languages }

What is isset in php form?

1074


Python or r: which one would you prefer for text analytics?

938


What is the difference between range & xrange? Explain?

935


Tell me what are the plugins you can use to create contact form in wordpress?

169


What is a query in a database?

1069


What does django mean?

483


What is implicit conversion/coercion in c++?

1542


How to fetch data from database in codeigniter?

692


What flag means?

1015


What is the use of inner join in mysql?

1042


What is the use of 'using' declaration in c++?

1205


How does html form submit work?

975


what is activex controls in qtp

6964


what is Restful Resource Controllers ?

1817


What is the usage of the pointer in c?

1203