1.01. Data types

  1. what is the range of unsigned int and signed int data types[Analogics Tech India Limited- jan-2026]
  2. what is the range of unsigned char and signed char data types[Analogics Tech India Limited-Jan-2026]
  3. what is the range of float and char.[Vem Feb-2026]
  4. In c Primitive Datatypes Sizes and How to Find It’s Range
  5. In C, which of the following operators is used to extend a preprocessor into multiple lines?
    |
    /
    \
    All of the above
  6. Arrange the following operators in decreasing precedence: [5G Testbed]
    &- reference
    &&-logical AND
    &-bitwise AND

    Reference, Bitwise, Logical
    Reference, Logical, Bitwise
    Bitwise, Logical, Reference
    Bitwise, Reference, Logical
  7. What is Const keyword? [Mirafra Technologies Pvt. Ltd.]
  8. what is post increment.[Webber Feb_25]
  9. what is precedence and associativity.[Webber Feb_25 ,VEM Technologies Feb_2026]
  10. what is the Range of float and char. [VEM Technologies Feb_2026]
  11.  what are qualifiers.[Webber Feb_25]
  12. explain about reserved keyword?[Webber Feb_25]
  13. Why you used data types in C?[Webber Feb_25]
  14. what is the difference between data types and data structures. [VEM Technologies 2025]
  15. What are the datatypes? [VEM Technologies 2025]
  16. What is a data type? Explain all types of data types.[5G Testbed] [INNOBOX] [TeraScale]
  17. What is the difference between 32-bit and 64-bit architecture in terms of data types? [TeraScale]
  18. What is the value of 8>>3? [TeraScale]
  19. What is the value of 1<<3? [TeraScale]
  20. What does the size of operator return? [TeraScale]
  21. What is bool keyword? Explain. [TeraScale]
  22. In 1kB, how many bytes are there? [TeraScale]
  23. How many bytes are there in 32 bits? [TeraScale]
  24. Represent 512MB in hexadecimal. [TeraScale]
  25. Convert 10000 kbits into bytes. [TeraScale]
  26. Convert decimal to hexadecimal and hexadecimal to decimal.[TeraScale]
  27. Convert a given decimal into binary. [TeraScale]