Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

How to join texts

0 votes
asked Dec 30, 2018 by anonymous
Hello I need send  0x?? to my function but i need changed it by states.

So  i neeed somethink like 0x00 0x01 ..0xFF

I use two variable > variableone and variabletwo

so i need get this result

0x(variableone)(variabletwo) how to do this

1 Answer

0 votes
answered Jan 1, 2019 by Admin (5,100 points)
In which language are you doing programming?
commented Jan 1, 2019 by anonymous
I m programing stm32f103c8t6 using keil v5
Hal liblary
Its  c  programing language
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...