-
What is non primitive data types in c?
A non-primitive data type in C would basically be any form of structure which stores data.
-
Examples of primitive and non primitive scheduling?
the example of non primitive data structures are array,stacks,queues,trees and graphs.
-
What is Difference between primitive and non-primitive?
a unit cell which do not contain any interior point is called primitive unit cell.and a unit cell which contain extra lattice point not at corners is called non primitive unit cell.
-
Distinguish between primitive and non primitive data structure in c programming?
Primitive types are the data types provided by a programming language as basic building blocks. Primitive types are also known as built-in types or basic types.Depending on the language and its...
-
What is the difference between primitive and non primitive data type?
A primitive data type is one that fits the base architecture of the underlying computer, such as int, float, and pointer, and all of the variations thereof, such as char, short, long, unsigned,...