time_t (C टाइम टाइप)
technicalEmbed This Widget
Add the script tag and a data attribute to embed this widget.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<div data-timefyi="glossary" data-slug="time-t"></div>
Embed via iframe for maximum compatibility.
<iframe src="https://timefyi.com/iframe/glossary/time-t/" width="420" height="400" frameborder="0" style="border:0;border-radius:10px;max-width:100%" loading="lazy"></iframe>
Paste this URL in WordPress, Medium, or any oEmbed-compatible platform.
https://timefyi.com/glossary/time-t/
Add a dynamic SVG badge to your README or docs.
[](https://timefyi.com/glossary/time-t/)
Use the native HTML custom element.
<script src="https://cdn.jsdelivr.net/npm/timefyi-embed@1/dist/embed.min.js" defer></script>
<timefyi-glossary slug="time-t"></timefyi-glossary>
परिभाषा
C प्रोग्रामिंग भाषा का डेटा प्रकार जो समय दर्शाने के लिए उपयोग किया जाता है, आमतौर पर Unix एपॉक से सेकंड के रूप में। ऐतिहासिक रूप से 32-बिट साइन्ड, जो 2038 समस्या का कारण बनता है; आधुनिक सिस्टम 64-बिट time_t का उपयोग करते हैं।