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 header file definition?
How are structure passing and returning implemented?
Write a program to reverse a given number in c language?
What are structural members?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What does c in a circle mean?
How many types of errors are there in c language? Explain
How can a string be converted to a number?
What is pointer & why it is used?
Can a function argument have default value?
code for quick sort?
C program to find all possible outcomes of a dice?
What is c definition?
What is meant by gets in c?
Is there any demerits of using pointer?