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 lookup table in c?
How to define structures? ·
What is null in c?
What is signed and unsigned?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
What is meant by keywords in c?
What is break in c?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
what is stack , heap ,code segment,and data segment
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Can we change the value of constant variable in c?
What does dm mean sexually?
What is a const pointer in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Why is void main used?