Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) 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 4524They 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?
1979There 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 11105when 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?
2189write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
2064Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
2053Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
1 3132Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
2 4281Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
1 3592Write 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)
2013Given 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
What is isset in php form?
Python or r: which one would you prefer for text analytics?
What is the difference between range & xrange? Explain?
Tell me what are the plugins you can use to create contact form in wordpress?
What is a query in a database?
What does django mean?
What is implicit conversion/coercion in c++?
How to fetch data from database in codeigniter?
What flag means?
What is the use of inner join in mysql?
What is the use of 'using' declaration in c++?
How does html form submit work?
what is activex controls in qtp
what is Restful Resource Controllers ?
What is the usage of the pointer in c?