1. Explain Various Classes Of Datatypes Of C? Answer: Following are the major classes of data types in C language: Primary Data Types: Also, known as fundamental/basic data types. All C compilers support four basic data types namely: integer(int), character(char), floating(float), and double precision floating point (double). Then there are extended data types such as long int, double int. Derived Data Types: Also, known as secondary or user-defined data types. These data types, derived from basic data types, include arrays, pointer, structure, union, enum etc. 2. What Are Escape Sequences Characters? List Any Six Of Them. Answer: The characters which when used with output functions like printf( ), putc(), put() etc. helps in formatting the output are known as Escape sequence character. The following is a list of six escape sequences. \n Newline \t Horizontal Tab \v Vertical Tab \b Backspace \r Carriage Return \\ Backslash 3. What Do You Mean By Underflow ...
All HR and Technical interview questions with answers for freshers and experienced professional. It helps job seekers who are about to attend interviews.