string

What character terminates all strings in C?

Multiple choice question

What character terminates all strings in C?

C language chapters 2 and 3

Questions:11
Attempts allowed:Unlimited
Available:Always
Pass rate:75 %
Backwards navigation:Allowed

This quiz contains questions to test knowledge suitable up to Chapters 2 and 3 at the "The ANSI C Programming Language" book by Brian W. and Dennis M.
Its include questions about C language string, bit-wise operators ... .

Start quiz

string vs array of chars

True/false question

Does the following two statements the same:
char arr[] = {'a','b'};
char arr[] = "ab";

Syndicate content