| 31. |
Which function appends not more than n characters?
|
||||||||
|
Answer:
Option (b) |
| 32. |
Which of the given options compares at most n characters of string ch to string s?
|
||||||||
|
Answer:
Option (a) |
| 33. |
What is the output?
void main()
|
||||||||
|
Answer:
Option (b) |
| 34. |
Which function will you use to find the last occurrence of a character in a string?
|
||||||||
|
Answer:
Option (b) |
| 35. |
The char data type in C program occupies ______ byte of space in memory.
|
||||||||
|
Answer:
Option (a) |