Podcast
Questions and Answers
What are the basic data types associated with C?
What are the basic data types associated with C?
- integer, real, character, decimal
- string, boolean, long, short
- number, bool, character, decimal
- int, float, char, double (correct)
What is the use of printf() and scanf() functions in C?
What is the use of printf() and scanf() functions in C?
- printf() is used for error handling, scanf() is used for data storage
- printf() is used to display output, scanf() is used to take input (correct)
- printf() is used for calculations, scanf() is used for looping
- printf() is used for input, scanf() is used for output
What are C tokens?
What are C tokens?
- Keywords, Identifiers, Constants, Operators, Special Symbols (correct)
- Variables, Functions, Loops, Conditions, Pointers
- Headers, Libraries, Macros, Preprocessors, Pointers
- Datatypes, Arrays, Structures, Enumerations, Union