1.What is c? C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system…
1. What are primitive types in Java ? byte, short, int, long, float, double, char, boolean… 2. What are tokens? Name the 5 types of tokens available in Java with an example…
1.What is a Data Structure? Data structure is representation of the logical relationship existing between individual elements of data. In other words, a data structure…
Responses