Chepter 10 Structure and Union
True false of Ansi C
a. True
b. True
c. False
d. True
e. True
f. False
g. True
h. False
i. True
j. True
k. True
l. True
m. True
n. False
o. True
10.2 Fill in Blanks
a. typedef
b. union
c. tagname
d. pointer
e. member
Chepter 11 Pointers
a. True
b. False
c. False(not sure)
d. True
e. False
f. True
g. False
h. True
i. False
j. False
11.2 Fill in the blanks...
a. address
b. * operator
c. * operator
d. null
e. void
True false of Ansi C
a. True
b. True
c. False
d. True
e. True
f. False
g. True
h. False
i. True
j. True
k. True
l. True
m. True
n. False
o. True
10.2 Fill in Blanks
a. typedef
b. union
c. tagname
d. pointer
e. member
Chepter 11 Pointers
a. True
b. False
c. False(not sure)
d. True
e. False
f. True
g. False
h. True
i. False
j. False
11.2 Fill in the blanks...
a. address
b. * operator
c. * operator
d. null
e. void
where can one get the rest of the solutions ???
ReplyDeleteThe programs of these chapter are not there
ReplyDeletePlease refer page 326 of the Programming in ANSI by E.Balagurusamy (Sixth Edition) under para regarding Arrays vs Structures.
ReplyDelete1.---
2.---
3. An array behaves like a built - in data type.All we have to do is to declare an array variable and use it. But in the case of a structure , first we have to design and declare a data structure before the variables of that type are declared and use.
Is answer given against review Questions 10.1(a) correct ?