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
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Is there any demerits of using pointer?
What is bss in c?
What is the use of the restrict keyword?
how to connect oracle in C/C++.
Write a program to print numbers from 1 to 100 without using loop in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is local and global variable in c?
Explain what is the benefit of using #define to declare a constant?
2. Counting in Lojban, an artificial language developed over the last fourty years, is easier than in most languages The numbers from zero to nine are: 0 no 1 pa 2 re 3 ci 4 vo 5 mk 6 xa 7 ze 8 bi 9 so Larger numbers are created by gluing the digit togather. For Examle 123 is pareci Write a program that reads in a lojban string(representing a no less than or equal to 1,000,000) and output it in numbers.
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
Define VARIABLE?