In C, members (fields) of different structures can have the same name. True False

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter9: Completing The Basics
Section: Chapter Questions
Problem 7PP
icon
Related questions
Question
In C, members (fields) of different structures can have the same
name.
True
False
Transcribed Image Text:In C, members (fields) of different structures can have the same name. True False
In C, If top is a pointer variable that points to an existing linked list
with two or more nodes, then the statement:
top = NULL;
will deallocate the entire linked list (ie. free all memory associated
with the list).
True
False
Transcribed Image Text:In C, If top is a pointer variable that points to an existing linked list with two or more nodes, then the statement: top = NULL; will deallocate the entire linked list (ie. free all memory associated with the list). True False
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr