Podcast
Questions and Answers
Who developed the C programming language?
Who developed the C programming language?
- Linus Torvalds
- Bill Gates
- Dennis Ritchie (correct)
- Steve Jobs
What is a constant in C programming?
What is a constant in C programming?
- A function for user input
- A variable with a changing value
- A type of loop in programming
- A value that cannot be changed during program execution (correct)
Which characters are used in the C character set?
Which characters are used in the C character set?
- Alphabets A-Z, a-z, Digits 0-9, Special characters *!(), (correct)
- Alphabets A-Z, a-z, Digits 0-9, Special characters <>?:
- Alphabets A-Z, a-z, Digits 0-9, Special characters {}[]^&
- Alphabets A-Z, Digits 1-9, Special characters @#$%