What are two dimensional arrays alternatively called as?
No Answer is Posted For this Question
Be the First to Post Answer
find largest of 3 no
What are the primitive data types in c?
What are .h files and what should I put in them?
what is diognisis?
Explain high-order and low-order bytes.
What is meant by gets in c?
What is a sequential access file?
who invented c
What is 1d array in c?
write a pgm to print 1 1 2 1 1 2 3 2 1 1 2 3 4 3 2 1
Explain how do you view the path?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..