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 does == mean in texting?

665


What is cohesion in c?

542


What are the disadvantages of external storage class?

592


Are c and c++ the same?

627


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.

1497






What is wrong in this statement? scanf(“%d”,whatnumber);

728


What does & mean in scanf?

604


Explain what’s a signal? Explain what do I use signals for?

613


What is the difference between NULL and NUL?

728


How many levels deep can include files be nested?

652


write a program to generate address labels using structures?

4007


What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.

3732


What is an arrays?

655


Can we declare variable anywhere in c?

536


Here is a good puzzle: how do you write a program which produces its own source code as output?

599