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
i got 75% in all semester am i eligible for your company
Why do some versions of toupper act strangely if given an upper-case letter?
When do we get logical errors?
How are Structure passing and returning implemented by the complier?
Can include files be nested?
What is a constant and types of constants in c?
What is the difference between a function and a method in c?
How can I send mail from within a c program?
What is a lvalue
Linked lists -- can you tell me how to check whether a linked list is circular?
What is an endless loop?
Why is c so important?
which is an algorithm for sorting in a growing Lexicographic order
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
How to draw the flowchart for structure programs?