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
how can I convert a string to a number?
what type of questions arrive in interview over c programming?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
explain how do you use macro?
How reliable are floating-point comparisons?
Explain the difference between ++u and u++?
What is the difference between text and binary i/o?
What are the applications of c language?
How can you call a function, given its name as a string?
Is null valid for pointers to functions?
Why doesnt long int work?
Explain can you assign a different address to an array tag?
Explain built-in function?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }