I have a question about linking C and Javascript languages. I have a variable like 'X' in my C program. I could use html, css and javascript inside my C code therefore I can show whatever I want inside a browser. Well there is my problem! I have a variable like 'X' in my C code and I want to show its value in my browser page. That needs (as I understood) to make a variable with same value in javascript but I don't know how to do that! Is there anyone who knows that? Or is there a better way to do my purpose? I will thank whoever is capable to answer!