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 the difference between exit() and _exit() function?
Explain pointers in c programming?
In c programming language, how many parameters can be passed to a function ?
main() { float a=8.8; double b=8.8; if(a==b) printf("Equal"); else printf("not equal"); getch(); } what is the output? with reason
how to set Nth bit of variable by using MACRO
write a c program for greatest of three numbers without using if statment
Write a c program to demonstrate Type casting in c?
What is a char c?
Define macros.
wite a programme in c to linear search a data using flag and without using flags?
all c language question
what is Array?