Explain threaded binary trees?
WHO WROTE C LANGUAGE?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
what is unsigened char and what is the difference from char
Is the exit() function same as the return statement? Explain.
0 Answers Agilent, ZS Associates,
How can a process change an environment variable in its caller?
5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort
Can we declare variable anywhere in c?
Why flag is used in c?
What are types of functions?
What is merge sort in c?
c program to print a name without using semicolon
What is the full form of getch?