oodlescoop
Search
Categories
Trending
Login
Results for "User-Defined Data Type"
Total results: 338
Java Program to initialize a string and print
Java Program to find sum of two integer numbers
Java Program to find sum of two integer numbers using Scanner Class
Java Program to read information about a student from the user and display the same with the use of classes and objects
Java Program to Print Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to Print Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to Print Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Excluding Principal Diagonal Matrix
Java Program to find Sum of Lower Triangle Matrix Including Principal Diagonal Matrix
Java Program to find Sum of Upper Triangle Matrix Including Principal Diagonal Matrix
Java Program to find maximum element in an array
Java Program to find minimum element in an array
Java Program to demonstrate Integer wrapper class
Java Program to demonstrate Float wrapper class
Java Program to demonstrate Boolean wrapper class
Java Program to demonstrate Byte wrapper class
Java Program to show usage of Enum which prints the size of coffee mug
Java Program to pick random value from enumerations
Java Program for Stack Simulation
Java Program for Queue Simulation
Java Program for Div Zero Exception
Java Program to demonstrate nested try block
Java Program example to demonstrate variable length of arguments
Java Program to demonstrate ArrayList
Java Program to convert ArrayList to Array
Java Program to create a user defined LinkedList class and store list of books and display
Java Program to calculate Student Average of a Class using User defined Storage Classes
Java Program to demonstrate stack class in Collection framework
Java Swing Program to demonstrate JTextField
Java Swing Program to demonstrate JButton with Text and Icon
Java Program to find sum of array elements
Java Program to insert element to an array
Java Program to insert element to an array at specified position
Java Program to check if Integer element is present in an array
Java program to concatenate two arrays using Stream API
Java program to reverse ArrayList
Java program to reverse array using Collections
Java program to reverse array using for loop
Java program to reverse array using temporary variable
Java program to sort array using Collections reverseOrder method
Java program to sort array using Sort method
Java Program to divide two binary numbers using ParseInt
Java Program to count digits and white spaces in a given string
Java Program to check for Duplicate Characters
Java Program to sort the given string Alphabetically using Comparator
Python Program to initialize different datatypes and print
Python Program to swap two numbers using temporary variable
Python Program to find ASCII value of a character or digit
Python Program to find ASCII value of a character or digit entered by the user
Python Program to find maximum element in an array
Python Program to find sum of array elements using for
Python Program to find sum of array elements using sum function
Python Program to sort an array using Insertion Sort
Python Program to generate a random number within the given range
C Program to initialize different datatypes and print the same on terminal
C Program to convert a value into different formats using format specifiers
C Program to check if a triangle is Isosceles Equilateral or Scalene
C Program to check whether a given number is an Armstrong Number or not using user defined power function
C Program to demonstrate the use of sizeof operator
C Program to print prime numbers within given range
C Program to find Sum of Digits of a given number Type 1
C Program to find Sum of Digits of a given number Type 2
C Program to find sum of two numbers using command line arguments
C Program to print first n odd and even numbers Type 1
C Program to print first n odd and even numbers Type 2
C Program to insert an element into specified location of an array
C Program to delete an element from a specified location of an array
C Program to delete duplicate elements from an array
C Program to copy contents of one array to another
C Program to implement basic operation of Stacks using global variables
C Program to implement basic operation of Stacks using arrays and pointers
C Program to implement basic operation of Stacks using structures
C Program to implement Stacks using Singly Linked List
C Program to implement Stacks using Circular Linked List
C Program to convert a valid Infix expression to postfix using Stacks
C Program to convert a valid Infix expression to postfix using Structures
C Program to evaluate a valid Postfix expression using Stacks
C Program to search a key element using binary search using recursion
C Program to implement basic operations of Linear Queue using arrays and pointers
C Program to implement basic operations of Circular Queue using arrays and pointers
C Program to implement Priority Queues using array of structures
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node at a specified position and display the contents of the Singly List
C Program to implement Singly Linked List to insert and delete a node from front and display the contents of the Singly List using Header Node
C Program to implement Singly Linked List to insert and delete a node from rear and display the contents of the Singly List using Header Node
C Program to implement Singly Linked List to insert and delete a node from position and display the contents of the Singly List using Header Node
C Program to implement Linear Queue using Singly Linked List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from rear and display the contents of the Circular List
C Program to implement Circular Linked List to insert and delete a node from front and display the contents of the Circular List using Header Node
C Program to implement Doubly Linked List to insert and delete a node from front and display the contents of the Doubly Linked List
C Program to implement Doubly Linked List to insert and delete a node from rear and display the contents of the Doubly Linked List
C Program to sort an array using Bubble Sort
C Program to sort an array using Merge Sort
C Program to implement 01 Knapsack problem
C Program to implement 01 Knapsack problem using recursion
C Program to implement Fractional Knapsack problem using Greedy Method
C Program to implement Prim's Algorithm
C Program to solve N Queens using greedy method
C Program to implement Warshall's algorithm
C Program to illustrate basic concept of pointers
C Program to calculate size of a structure
C Program to find string length using pointers
C Program to find sum of array elements using pointers
C Program to add two complex numbers using structures
C Program to demonstrate double pointer
C Program to add matrices using pointer
C Program to add matrices using function and pointer
C Program to create union of structures of an employee and display the details
C Program to print if the architecture is supporting big endian or little endian
C Program to create a enum user defined datatype for days of a week and print the index of a week
C Program to read and print contents of a file using static memory allocation
C Program to read and print contents of a file using dynamic memory allocation
C Program to convert contents of a file to upper case
C Program to print Right angled Triangle in a pyramid star pattern Type 1
C Program to print Right angled Triangle in a pyramid star pattern Type 2
C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 1
C Program to print Inverted Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 1
C Program to print Hollow Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 1
C Program to print Hollow Inverted Right angled Triangle in a pyramid star pattern Type 2
C Program to print Hollow Rhombus in a star pattern Type 1
C Program to print Hollow Rhombus in a star pattern Type 2
C Program to print Left Arrow in a star pattern Type 1
C Program to print Left Arrow in a star pattern Type 2
C Program to print Right Arrow in a star pattern Type 1
C Program to print Right Arrow in a star pattern Type 2
C++ Program to initialize different datatypes and print the same on terminal
C++ Program to find the sum of two integer numbers using classes and objects
C++ Program to sort an array using Merge Sort
C++ Program to demonstrate sizeof operator
C++ Program to demonstrate usage of reference types
C++ Program to demonstrate constructor overloading
C# Program to sort an array using Insertion Sort
C# program to find Area of Circle
C# program to find Area of Equilateral Triangle
Rust Program to read the integer from user input 3 variations
JavaScript Program to display the date
JavaScript Program to display an alert box
JavaScript Program to display confirm box
JavaScript Program to display prompt for user to enter data
JavaScript Program to add of two numbers
JavaScript Program to subtract of two numbers
JavaScript Program to multiply of two numbers
JavaScript Program to divide of two numbers
JavaScript Program to print Fibonacci series
JavaScript Program to find if a number is palindrome or not
JavaScript Program to push and pop elements from an array
PHP Program to print Hello World
PHP Program to print Hello World in html tag
PHP Program to print Hello World using print
PHP Program to Initialize variable and print
PHP Program to demonstrate Integer datatype
PHP Program to demonstrate floating point datatype
PHP Program to demonstrate String datatype
PHP Program to display user name
PHP Program to get client IP address
R Program to print Hello World on Console
R Program to get input from user and print on Console
Shell Script to print command line arguments Type 1
Shell Script to print command line arguments Type 2
Shell Script to find largest file in a directory
ADA Program to print Hello World
ADA Program to print a integer number entered by user
Haskell Program to divide two numbers
Haskell Program to convert string to lower case
Haskell Program to convert string to upper case
Kotlin Program to demonstrate ArrayList
Swift Program to demonstrate typewrapping integer value
Swift Program to read integer from user and print (Type 1)
Swift Program to read integer from user and print (Type 2)
Swift Program to read integer from user and print (Type 3)
Introduction to Java
Features of Java
Setting up the Java Development Kit (JDK)
Java Keywords
Java identifiers
Lists in Python
Strings in Python
Tuples in Python
Sets in Python
Dictionary in Python
File Handling in Python
Introduction to Lua
Passage 5
Passage 10
Passage 13
Passage 18
Passage 20
Passage 23
Passage 26
Passage 28
Passage 30
Passage 33
Passage 34
Passage 35
Passage 36
Passage 37
Passage 44
Passage 46
Passage 47
Passage 48
Passage 49
Passage 50
Passage 52
Passage 59
Passage 62
Passage 63
Passage 64
Passage 73
Passage 78
Passage 79
Passage 80
Passage 81
Passage 82
Passage 84
Passage 85
Passage 89
Passage 90
Passage 92
Passage 95
Passage 99
Passage 102
Passage 103
Passage 104
Passage 106
Passage 107
Passage 110
Passage 114
Passage 116
Passage 121
Passage 122
Passage 125
Passage 126
Passage 129
Passage 133
Passage 134
Passage 143
Passage 153
Passage 155
Passage 157
Passage 161
Passage 163
Passage 164
Passage 171
Passage 177
Passage 178
Passage 181
Passage 183
Passage 201
Passage 210
Passage 212
Passage 218
Passage 221
Passage 222
Passage 223
Passage 226
Passage 230
Passage 232
Passage 242
Passage 246
Passage 252
Passage 255
Passage 256
Passage 258
Passage 262
Passage 263
Passage 265
Passage 267
Passage 268
Passage 269
Passage 270
Passage 272
Passage 276
Passage 277
Passage 279
Passage 280
Passage 281
Passage 282
Passage 285
Passage 290
Passage 291
Passage 292
Passage 297
Question 23
Question 24
Question 26
Question 30
Question 31
Question 38
Question 39
Question 44
Question 47
Question 48
Satyanarayana Ashtottara Shatanamavali (Type 1) English
Satyanarayana Ashtottara Shatanamavali (Type 1) Kannada
Satyanarayana Ashtottara Shatanamavali (Type 1) Telugu
Satyanarayana Ashtottara Shatanamavali (Type 1) Hindi
Satyanarayana Ashtottara Shatanamavali (Type 1) Sanskrit
Satyanarayana Ashtottara Shatanamavali (Type 1) Tamil
Sri Sita Ashtottara Shatanamavali (Type 1) English
Sri Sita Ashtottara Shatanamavali (Type 1) Kannada
Sri Sita Ashtottara Shatanamavali (Type 1) Telugu
Sri Sita Ashtottara Shatanamavali (Type 1) Hindi
Sri Sita Ashtottara Shatanamavali (Type 1) Sanskrit
Sri Sita Ashtottara Shatanamavali (Type 1) Tamil
Sri Sita Ashtottara Shatanamavali (Type 2) English
Sri Sita Ashtottara Shatanamavali (Type 2) Kannada
Sri Sita Ashtottara Shatanamavali (Type 2) Telugu
Sri Sita Ashtottara Shatanamavali (Type 2) Hindi
Sri Sita Ashtottara Shatanamavali (Type 2) Sanskrit
Sri Sita Ashtottara Shatanamavali (Type 2) Tamil
Budha Ashtottara Shatanamavali English
Gayatri Ashtottara Shatanamavali (Type 1) English
Gayatri Ashtottara Shatanamavali (Type 1) Kannada
Gayatri Ashtottara Shatanamavali (Type 1) Telugu
Gayatri Ashtottara Shatanamavali (Type 1) Hindi
Gayatri Ashtottara Shatanamavali (Type 1) Sanskrit
Gayatri Ashtottara Shatanamavali (Type 2) English
Gayatri Ashtottara Shatanamavali (Type 2) Kannada
Gayatri Ashtottara Shatanamavali (Type 2) Telugu
Gayatri Ashtottara Shatanamavali (Type 2) Hindi
Gayatri Ashtottara Shatanamavali (Type 2) Sanskrit
Satyanarayana Ashtottara Shatanamavali (Type 2) English
Satyanarayana Ashtottara Shatanamavali (Type 2) Kannada
Satyanarayana Ashtottara Shatanamavali (Type 2) Telugu
Satyanarayana Ashtottara Shatanamavali (Type 2) Hindi
Satyanarayana Ashtottara Shatanamavali (Type 2) Sanskrit
Apple and Mango Chutney
Apricot Chutney
Baby Corn Soup (Type 1)
Baby Corn Soup (Type 2)
Bagala Baath
Boiled Rice