AON
Q 68 Which of the following share a similarity in syntax?
1. Union
2. Structure
3. Arrays
4. Pointers
Sections
1
Ops: A. O 3 and 4
B. O 1 and 3
C. O 1, 3 and 4
2
D. None
webold bull
hello)03)
3
Answers
Answered by
0
Answer:
fulfill flick Singh smirk symbol sick fulfill all so sick fulfill dorm ago dorm symbol Silvio disk
Answered by
0
Union and structure share a similarity in syntax
UNION:
Union is the special data type which is available in c programming language . union allows to store a different types of data in same memory location. Union occupies large memory which enough to hold the largest number ..
union [union tag] {
member definition;
member definition;
...
member definition;
} [one or more union variables];
Structure:
structure is a way to clubbed the various variable into the same place. Each variable of structure is known as member of structure . The structure is a key word that create the user data type to define C/C++.
Similar questions