What's the difference between struct x1 { ... }; and
typedef struct { ... } x2; ?
Answer Posted / esperto informatico
in theory, for my opiniol the difference is connected to
the use of memory.... the correct and easy answer it could
be that the first define a struct and a second define a
struct type.... =).....
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a dynamic array in c?
Explain do array subscripts always start with zero?
What is function definition in c?
Is file a keyword in c?
Explain what is the difference between a string and an array?
Why is this loop always executing once?
How can you find out how much memory is available?
What are bitwise shift operators in c programming?
How do you initialize pointer variables?
What are the header files used in c language?
explain what is a newline escape sequence?
In which header file is the null macro defined?
What are identifiers c?
What is derived datatype in c?
Explain the properties of union.