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

Is it possible to use curly brackets ({}) to enclose single line code in c program?

802


Which driver is a pure java driver

996


What is main () in c language?

602


What is break in c?

590


Does c have circular shift operators?

734






What is the g value paradox?

648


how to print the character with maximum occurence and print that number of occurence too in a string given ?

2039


What do you mean by command line argument?

650


Are there constructors in c?

600


What is the right type to use for boolean values in c?

589


Write a program to print numbers from 1 to 100 without using loop in c?

644


What is the difference between %d and %i?

598


Write a program to reverse a linked list in c.

649


Explain the properties of union. What is the size of a union variable

719


What are the standard predefined macros?

639