What is hashing in c language?
No Answer is Posted For this Question
Be the First to Post Answer
what is the little endian and big endian?
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
Explain the difference between getch() and getche() in c?
write a program to check whether a number is Peterson or not.
Explain how do you determine a file’s attributes?
What is nested structure?
write a program to generate address labels using structures?
what is diff b/w huge & far & near pointer??
what is answer for perfect number????????????????
Is stack a keyword in c?
find out largest elemant of diagonalmatrix
When should I declare a function?