Can a binary search tree be used as an index? If yes, how?
Explain
How are strings stored in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??
Write a program to generate random numbers in c?
Explain what is operator promotion?
What is s or c?
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 convert a string to a number?
in malloc and calloc which one is fast and why?
Write a C program where input is: "My name is xyz". output is: "xyz is name My".
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
Can one function call another?
Write a program in c using only loops to print * * * * * *******