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
c program to manipulate x=1!+2!+3!+...+n! using recursion
What does node * mean?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
how to set Nth bit of variable by using MACRO
How important is structure in life?
How can I direct output to the printer?
How will you allocate memory to double a pointer?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What are the types of data types and explain?
Explain how can I open a file so that other programs can update it at the same time?
What is the difference between int main and void main?
How will you delete a node in DLL?