C Languages Interview Questions
49. | What are the different data types available in C? |
---|---|
There are four basic data types available in C,
|
|
50. | What are *and & operators means? |
---|---|
|
|
51. | What is a Modulo Operator? |
---|---|
'%' is a modulus operator. It gives the remainder of an integer division. | |
52. | What is conversion specification? |
---|---|
The conversion specifications are used to accept or display the data using the INPUT/OUTPUT statements. | |