How are 16- and 32-bit numbers stored?
No Answer is Posted For this Question
Be the First to Post Answer
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
Differentiate between static and dynamic modeling.
Difference between Function to pointer and pointer to function
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
Is c++ based on c?
an algorithem for the implementation of circular doubly linked list
if a person is buying coconuts of Rs10,and then sell that coconuts of Rs9,with the loss of one rupee.After that the person became a millaniore.how?
how to find that no is int or float?
CopyBits(x,p,n,y) copy n LSBs from y to x starting LSB at 'p'th position.
What is self-referential structure in c programming?
write a program in c to print **** * * * * ****
different between overloading and overriding