what is level of tree if leaf node is at level 4.please
explain.
Differentiate fundamental data types and derived data types in C.
What is the function of volatile in c language?
What is Your Name :)
Why is c known as a mother language?
What is the data segment that is followed by c?
What are the back slash character constants or escape sequence charactersavailable in c?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side?
difference between native and cross compilers
Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings
What does it mean when the linker says that _end is undefined?
How would you obtain the current time and difference between two times?