C Interview Questions

What is C?
- C is a POP (Procedural Oriented Programming) language, because it is a collection of functions and each function have its own procedure.

What is the name of C character set?
ASCII - American Standard Code for Information Interchange.

How many keywords are available in C?
32

What are the features of C language?
- Simple
- General purpose
- Middle level
- Extensive library functions
- Portable
- Structured
- Operative system native

What are the basic data types in C?
int, char, float, double


No comments:

Post a Comment