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
Was 2000 a leap year?
What are pointers? Why are they used?
Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
Explain what is the benefit of using #define to declare a constant?
How can I write a function analogous to scanf?
Why enum is used in c?
Why can’t constant values be used to define an array’s initial size?
What are identifiers c?
What are two dimensional arrays alternatively called as?
How do you define a function?
What is I ++ in c programming?
Why doesnt that code work?
Can a pointer be null?
Differentiate between Macro and ordinary definition.