What character terminates all strings composed of character
arrays?




1) 0


2) .


3) END

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is #line used for?

568


What are types of structure?

595


where are auto variables stored? What are the characteristics of an auto variable?

575


How can I call a function with an argument list built up at run time?

621


write a program to find the given number is prime or not

3821






what are # pragma staments?

1615


How can I ensure that integer arithmetic doesnt overflow?

596


any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()

687


how to make a scientific calculater ?

1552


Is null a keyword in c?

724


What is the use of define in c?

584


Why we write conio h in c?

549


Is multithreading possible in c?

557


What is function in c with example?

617


What does main () mean in c?

604