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

Is there sort function in c?

0 Answers  


Which is best linux os?

0 Answers  


can i know the source code for reversing a linked list with out using a temporary variable?

6 Answers   Honeywell,


write a “Hello World” program in “c” without using a semicolon?

9 Answers   CTS, TCS, Wipro,


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


How can I remove the trailing spaces from a string?

0 Answers   Aspire,


int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain me output????

1 Answers  


List the variables are used for writing doubly linked list program.

0 Answers   Infosys, Wipro,


What is const volatile variable in c?

0 Answers  


What extern c means?

0 Answers  


What is the difference between array and pointer?

0 Answers  


what is the diffrenet bettwen HTTP and internet protocol

0 Answers  


Categories