Computer Science, asked by abhrajyotidas1965, 8 months ago

Can we use C++ programming language in arduino instead of C?

Answers

Answered by pavanuk123
1

Yes...Arduino programming is based on C and C++ languages.

Answered by adityarockon18
2

The compiler used by the Arduino IDE for the Uno is avr-gcc. So if you want to program your Uno with C++ but don't want any of the Arduino libraries then just use avr-gcc directly. Or you could use the Arduino IDE but not use any of the Arduino libraries. But you need to understand that Arduino sketches are C++.

plss mark me as brainlist ✌

Similar questions