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) 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
XYZ,
307119. 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.
1702Write a program to print a (*)pattern programming (A to Z) in capital in one programming ?
TCS,
2 3254how 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.
1690write 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.
IBM,
1601a program using one dimensional array that searches a number if it is found on the list of given input numbers given by the user and locate its exact location in the list.
1961i am getting the error while compiling my cics program with including db2 dclgen member it is showing that ur dclgen member not including and all the host variables are undeclared
TCS,
1663
Name different types of inheritance in python?
What is cakephp framework?
How is a class different from an object?
What is slug in laravel?
given post order,in order construct the corresponding binary tree
Can you overload the operator+ for short integers?
What are php string functions?
Please explain the role of thread pooling in relation to the thread lifecycle in ruby?
Define pyramid in python?
Convert a string representation of list to list.
We use library functions in the program, in what form they are provided to the program?
Is there a built-in function in C that can be used for sorting data?
What is array in c++ example?
Why isn't there a switch or case statement in python?
What are the new features available in php 7?