Home
Q&A
Education
Technology
Credit
General
Health
Insurance
Questions
Ask a Question
Can we use just the tag name of structures to declare the variables for the same?t
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
Can we use just the tag name of structures to declare the variables for the same?
interview-question-answer
technology-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 9, 2020
by
JackTerrance
(
1.8m
points)
No, we need to use both the keyword ‘struct’ and the tag name.
Please
log in
or
register
to add a comment.
Related questions
0
votes
Q: Why do we use the same name for the variable as the typename for a namedtuple , in python?
asked
Jan 9
in
Education
by
JackTerrance
(
1.8m
points)
data-science
python
+1
vote
Q: Can variables belonging to different scope have same name in C Programming? If so show an example ?
asked
Nov 9, 2020
in
Technology
by
JackTerrance
(
1.8m
points)
interview-question-answer
technology-questions-answers
0
votes
Q: In which process, a local variable has the same name as one of the instance variables?
asked
Dec 19, 2020
in
Technology
by
Editorial Staff
(
55.8k
points)
interview-question-answer
technology-questions-answers
0
votes
Q: Can we declare a variable be both constant and volatile in C?
asked
Jan 23, 2021
by
JackTerrance
(
1.8m
points)
c-programming
pointer-interview-questions-in-c
0
votes
Q: How to properly declare the variables outside of functions so the test() in mini text adventure will run
asked
Apr 7
in
Education
by
JackTerrance
(
1.8m
points)
python
...