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

Post New Answer

More C Interview Questions

I came across some code that puts a (void) cast before each call to printf. Why?

0 Answers  


how to print this sereis 2 4 3 6 5..........?

3 Answers  


Is null always defined as 0(zero)?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,






what is the function of .h in #include<stdio.h> in c ?

23 Answers   HCL, IBM, Wipro,


Concat two string with most overlapped substring has to removeĀ  "abcd"+ "cdef" = "abcdef

6 Answers  


What is static function in c?

0 Answers  


What is time null in c?

0 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


without using control structures and control structures find the max and min of given 2 nos

1 Answers   HCL,


Why isn't it being handled properly?

0 Answers  


Categories