Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
No Answer is Posted For this Question
Be the First to Post Answer
the maximum width of a c variable name can be a) 6 characters b) 8 characters c) 10 characters d) 20 characters
What is build process in c?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
Explain what header files do I need in order to define the standard library functions I use?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
difference between memcpy and strcpy
hi to every one .. how to view table pool after creating the pooled table? plz help me.. if any knows abt this ..
progrem to generate the following series 1 12 123 1234 12345
Explain the use of #pragma exit?
What will be your course of action for a push operation?
plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .
wat is the difference between a definition and declaration? float y;---it looks like a declaration..but it s a definition.how?someone explain