What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
using only #include
what is the system development cycle
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
p*=(++q)++*--p when p=q=1 while(q<=6)
what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values
why programs in c are running with out #include
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
difference between Low, Middle, High Level languages in c ?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is the difference between if else and switchstatement
19. Given a system that is described with the following equation, X=A+(B.(A̅+C)+C)+A.B.(D̅+E̅) a) Simplify the equation using Boolean Algebra. b) Implement the original and then the simplified equation with a digital circuit. c) Implement the original and then the simplified equation in ladder logic.
how can i write a program that prints out a box such that whenever i press any key8(coordinate number) on the keyboard, the box moves.
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.