How do you search data in a data file using random access method?
No Answer is Posted For this Question
Be the First to Post Answer
is forign key will be unique key any table or not?
What does struct node * mean?
what are the facialities provided by you after the selection of the student.
Do you know the difference between exit() and _exit() function in c?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 Answers Parexel, Ram Infotech, Zycus Infotech,
If the size of int data type is two bytes, what is the range of signed int data type?
what is the return type of printf
What is #include stdio h and #include conio h?
What is build process in c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
Under what circumstances does a name clash occur?