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
Explain bitwise shift operators?
What are the c keywords?
What is define c?
What are formal parameters?
what is recursion in C
What is 2c dna?
What are pragmas and what are they good for?
What are volatile variables in c?
Explain what is the difference between the expression '++a' and 'a++'?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
What are the advantages of Macro over function?
What does stand for?
What is the newline escape sequence?
Is c is a procedural language?
Write a program of advanced Fibonacci series.