Answer Posted / manish malik
It will hold the character A[0}....A[11.and hold the null
character at a[12] position.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what are multibyte characters?
What is calloc() function?
What are the types of macro formats?
What is structure and union in c?
When should a type cast not be used?
What do you mean by keywords in c?
How to write a code for reverse of string without using string functions?
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
What is a pointer variable in c language?
What is the right way to use errno?
What is pre-emptive data structure and explain it with example?
What does c in a circle mean?
What is c language in simple words?
How would you obtain the current time and difference between two times?
Can we change the value of #define in c?