Arduino को नियंत्रित करने के लिए कौन सा सॉफ्टवेयर या प्रोग्रामिंग भाषा उपयोग की जाती है?
Which is the software or a programming language used for controlling of Arduino?
A
assembly language
B
c languages
C
java
D
None of the language mention above
Explanation
Arduino is primarily programmed using a C/C++-based language through the Arduino IDE.
The Arduino environment simplifies C/C++ with built-in functions for I/O operations, timing, and communication.
Hindi:
Arduino को मुख्य रूप से C या C++ आधारित भाषा का उपयोग करके Arduino IDE में प्रोग्राम किया जाता है।
Arduino का प्लेटफ़ॉर्म C/C++ को आसान बनाकर उपयोग करता है, जिसमें इनपुट/आउटपुट, टाइमिंग, और कम्युनिकेशन के लिए बिल्ट-इन फंक्शन्स होते हैं।
Correct Answer: B) c languages