#coding
Read more stories on Hashnode
Articles with this tag
What is WebRTC WebRTC is a free and open-source project providing web browsers and mobile applications with real-time communication via application...
What is Format Specifier The format specifier is a way to tell your compiler what type of data are you dealing with. It is used while inputting and...
What is Operator An Operator in computer programming is a symbol that helps us to perform mathematical and logical operations. We have 6 types of...
Create a project with an empty activity. Implement the inbuilt class in your MainActivity TextToSpeech.OnInitListener It will look something like...
Variable A variable is an alias for the memory location. We can store and change its data any number of times. Video...
What is a compilation? The compilation is the process of converting source code into object code. Your c compiler helps to do so. The compilation...