Explain the red-black trees?
No Answer is Posted For this Question
Be the First to Post Answer
Why static is used in c?
write a own function for strstr
What is declaration and definition in c?
can we write a c program with out using main
Why shouldn’t I start variable names with underscores?
What is clrscr in c?
C program to find frequency of each character in a text file?
Method Overloading exist in c ?
Program to find the absolute value of given integer using Conditional Operators
write a program for 7*8 = 56 ? without using * multiply operator ? output = 56
If I have a char * variable pointing to the name of a function ..
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..