Answer Posted / nikhil mahajan
array is an homogenous data items.two types of array 1. one
dimensional and two dimensional example [a],[a][a].
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you construct an increment statement or decrement statement in C?
What is the explanation for the dangling pointer 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.
How many bytes is a struct in c?
Can true be a variable name in c?
What are the standard predefined macros?
Is c high or low level?
What is the purpose of sprintf() function?
List a few unconditional control statement in c.
What is register variable in c language?
What is the purpose of void in c?
Explain what is wrong with this program statement?
I have seen function declarations that look like this
What is c programing language?
Write a program to reverse a string.