Semester -    Subject -

Define structure. Explain self referential structure ? 


==> STRUCTURE

  • It is defined as a group of dissimilar or hetrogenous data items , where items can be of different data type


Share to whatsapp

More Questions from Module 0

What is sparse matrix? How to represent a sparse matrix?


View

Write a function to multiply 2 numbers.


View

Write a program to print Fibonacci series of n terms where n is input by user :

0 1 1 2 3 5 8 13 21 ..... 

In the Fibonacci series, a number is the sum of the previous 2 numbers that came before it.


View

Define arrays. Explain review of arrays ?


View

Write a program that will take one string as input. The program will then remove vowels a, e, i, o, and u (in lower or upper case ) from the string. If there are two or more vowels that occur together then the program shall ignore all of those vowelsInput: Compuuter Output: Cmpuutr


View
Outline the ID3 Decision Tree Learning method.
View