Answer Posted / smitha
11 chars + null string
| Is This Answer Correct ? | 29 Yes | 2 No |
Post New Answer View All Answers
Are local variables initialized to zero by default in c?
What is the meaning of && in c?
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.
Is register a keyword in c?
For what purpose null pointer used?
When should the volatile modifier be used?
What is structure in c explain with example?
What is abstract data structure in c?
Tell me about low level programming languages.
What does typedef struct mean?
Where does the name "C" come from, anyway?
Can the “if” function be used in comparing strings?
Can an array be an Ivalue?
code for find determinent of amatrix
What is "Hungarian Notation"?