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..
No Answer is Posted For this Question
Be the First to Post Answer
What is Function Pointer? Explain with example?
What is realloc in c?
Explain what is output redirection?
What are the 4 data types?
What is storage class?
How to run c Program without using IDE of c. means if program made in notepad.then how to compile by command prompt.
How to declare a variable?
Write a C program to fill a rectangle using window scrolling
Write a program for print infinite numbers
What is union and structure?
Write a program for deleting duplicate elements in an array
which of 'arrays' or 'pointers' are faster?