Which of the following should not be the name of a variable?
First _program
Field 13
Shashing
3apps
ASCII is the abbreviation for
American standardized code for information Interchange
American Standard code for Index Interchange
American standard code for Information Interchange
American State code for Information Interchange
What is the size of a byte datatype?
6 bits
8 bits
4 bits
16 bits
Int count =0, sum, sum2; sum=count+(++count); in the lines of code. what will be the values of sum and sum2?
1 and 0
0 and 1
0 and 2
0 and 0