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 4352They 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?
1911There 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 10886when 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?
2124write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;
2003Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;
2013Write a corrected statement in c++ so that the statement will work properly. if (x > 5); y = 2*x; else y += 3+x;
1 3043Write a corrected statement in c++ so that the statement will work properly. if (x = y) x = 2*z;
2 4154Write a single instruction that will find the remainder of integral division when x is divided by y. Have the answer stored in z.
1 3470Write 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)
1941Given 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
How to include js in magento?
What is c++ w3school?
What is umbrella header?
How do you write a simple code in python?
Tell me what is the limitation to the depth of your categories?
What is difference between stdio h and conio h?
How do I use eloquent to get a list of comments with one author each avoiding n+1 queries?
Who made c++?
What are the loops in ruby?
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
Is magento owned by adobe?
How can you handle the situation if your wordpress site is hacked?
How do I manage categories in wordpress?
When to use inquire vs enquire?
What does making the cpython different from python?