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

main() { int a[3][4] ={1,2,3,4,5,6,7,8,9,10,11,12} ; int i, j , k=99 ; for(i=0;i<3;i++) for(j=0;j<4;j++) if(a[i][j] < k) k = a[i][j]; printf("%d", k); }

4 Answers   Vector, Wipro, Zoho,


print ur name 20,000 times without using inbuilt library functions like printf,scanf,gets,puts,getchar or putchar

4 Answers   IBM,


N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3

3 Answers   Honeywell,


A collection of functions,calls,subroutines or other data a) library b) header files c) set of files d) textfiles

0 Answers  


What is register variable in c language?

0 Answers  






Is c++ based on c?

0 Answers  


Does c have circular shift operators?

0 Answers  


Explain what is the most efficient way to store flag values?

0 Answers  


write a program to concatenation the string using switch case?

0 Answers  


What is .obj file in c?

0 Answers  


main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); }

11 Answers   CISOC, CitiGroup, College School Exams Tests,


What are identifiers in c?

0 Answers  


Categories