This shows you the differences between two versions of the page.
programare:laboratoare:lab11 [2020/10/05 00:38] darius.neatu [Structuri. Uniuni. Aplicaţie: Matrice rare] |
programare:laboratoare:lab11 [2022/12/12 17:12] (current) robert.stoica2205 [Noţiuni teoretice] |
||
---|---|---|---|
Line 188: | Line 188: | ||
struct exemplu *p2; | struct exemplu *p2; | ||
p1 = &s1; | p1 = &s1; | ||
- | p2 = &s2; | + | p2 = &s1; |
</code> | </code> | ||
Line 244: | Line 244: | ||
Address of Temperature = 165496 | Address of Temperature = 165496 | ||
Address of temp = 165496, feels_like = 165500 | Address of temp = 165496, feels_like = 165500 | ||
- | Wind_Chill = 165500, Heat_Index= 16550 | + | Wind_Chill = 165500, Heat_Index= 165500 |
</code> | </code> | ||