Define circular linked list.
No Answer is Posted For this Question
Be the First to Post Answer
How pointer is benefit for design a data structure algorithm?
WHAT IS PRE POSSESSORS?
Who invented b language?
Explain what is a static function?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
write a program to print sum of each row of a 2D array.
Tell us bitwise shift operators?
what is computer
Convert the following expression to postfix and prefix (A+B) * (D-C)
What is a void pointer in c?
How do you convert strings to numbers in C?