C Languages Interview Questions

49. What are the different data types available in C?
  There are four basic data types available in C,
  • int
  • float
  • char and
  • double
 
Your Name Your Email-ID
Your Answer
50. What are *and & operators means?
 
  • '*' operator means 'value at the address'.
  • '&' operator means 'address of'.
 
Your Name Your Email-ID
Your Answer
51. What is a Modulo Operator?
  '%' is a modulus operator. It gives the remainder of an integer division.
 
Your Name Your Email-ID
Your Answer
52. What is conversion specification?
  The conversion specifications are used to accept or display the data using the INPUT/OUTPUT statements.
 
Your Name Your Email-ID
Your Answer
123456789101112


131415 Page 13 of 15