What character terminates all strings composed of character
arrays?




1) 0


2) .


3) END

Answers were Sorted based on User's Feedback



What character terminates all strings composed of character arrays? 1) 0 2) . ..

Answer / jegadeesh

The answer is '\0' not /0

Is This Answer Correct ?    7 Yes 0 No

What character terminates all strings composed of character arrays? 1) 0 2) . ..

Answer / a programmer

May be the options are not correct. Do u feel that 0 is
ascii zero or numeric zero. If numeric zero, then the answer
is wrong. Every string will be terminated with the special
character '/0'.

Is This Answer Correct ?    8 Yes 2 No

What character terminates all strings composed of character arrays? 1) 0 2) . ..

Answer / k.kavitha

1)0

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More C Interview Questions

What language is windows 1.0 written?

0 Answers  


Why is python slower than c?

0 Answers  


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

0 Answers  


What is the right type to use for boolean values in c?

0 Answers  


what is pointer ?

10 Answers   Kernex Micro Systems,






Which of the following operators is incorrect and why? ( >=, <=, <>, ==)

0 Answers  


String concatenation

2 Answers  


identify the in correct expression a.a=b=3=4; b.a=b=c=d=0; float a=int b=3.5; d.int a; float b; a=b=3.5;

8 Answers   TCS,


Explain how can I read and write comma-delimited text?

0 Answers  


How do you print only part of a string?

0 Answers  


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


Difference between fopen() and open()?

3 Answers   Aricent,


Categories