What character terminates all strings composed of character
arrays?




1) 0


2) .


3) END

Answer Posted / jegadeesh

The answer is '\0' not /0

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are pointers? Why are they used?

632


Why c language is called c?

573


What are type modifiers in c?

625


What is the default value of local and global variables in c?

562


Explain the difference between ++u and u++?

642






Do you know what are bitwise shift operators in c programming?

589


What is file in c preprocessor?

656


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

758


Difference between malloc() and calloc() function?

659


Explain how to reverse singly link list.

611


What is a function simple definition?

624


What is time null in c?

587


Explain how are portions of a program disabled in demo versions?

657


What is c system32 taskhostw exe?

598


What is pass by value in c?

600