character array A[12] can hold
Answers were Sorted based on User's Feedback
Answer / naresh lingampally
What is this null string;
array addresses would be a[0]..a[11] if i am not wrong ...
so a[11] accepts(can store) up to 11 character elements
so can any one explain.....
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
Answer / hardeep singh
this question is wrong. array name should be in small
letter.because c and c++ are case senstive.
| Is This Answer Correct ? | 0 Yes | 8 No |
write a c program to find biggest of 3 number without relational operator?
Explain how can I read and write comma-delimited text?
how would a 4*3 array A[4][3] stored in Row Major Order?
write a string copy function routine?
What is a void pointer in c?
without using arithmatic operator convert an intger variable x into x+1
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
What is the difference between malloc() and calloc() function in c language?
What is meant by global static? why we have to use static variable instead of Global variable
What is difference between Structure and Unions?
What is the difference between typedef struct and struct?
an algorithem for the implementation of circular doubly linked list