21. |
What is the output?
int main()
|
||||||||
Answer:
Option (b) |
22. |
What is the format specifier used to print a String or Character array in C printf() or scanf () function?
|
||||||||
Answer:
Option (b) |
23. |
What is the output?
void main()
|
||||||||
Answer:
Option (a) |
24. |
What is the output?
void main()
|
||||||||
Answer:
Option (c) |
25. |
What is the output?
void main()
|
||||||||
Answer:
Option (d) |
26. |
What is the output?
void main()
|
||||||||
Answer:
Option (c) |
27. |
How do you accept a multi-word input in C language.?
|
||||||||
Answer:
Option (b) |
28. |
Choose the correct C sentence about strings.
|
||||||||
Answer:
Option (d) |
29. |
If the two strings are identical, then strcmp() function returns
|
||||||||
Answer:
Option (c) |
30. |
Which function will you choose to merge two words?
|
||||||||
Answer:
Option (c) |