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 is sizeof in c?

0 Answers  


What is the behavioral difference when include header file in double quotes (“”) and angular braces (<>)?

0 Answers  


What is ponter?

0 Answers   TCS,


What is the difference between CV and Resume ?

2 Answers  


What is wild pointer in c?

0 Answers  


What is a pointer value and address in c?

0 Answers  


where does it flourished?

0 Answers   Microsoft,


What are the standard predefined macros?

0 Answers  


What does do in c?

0 Answers  


How are variables declared in c?

0 Answers  


Write a program in c to print 1 121 12321 1234321 123454321

11 Answers   ANR, College School Exams Tests, Mu Sigma, Wipro,


how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


Categories