I want tcs placement papers of 2004-2009 , its urgent
Answers were Sorted based on User's Feedback
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
hello everybody can we change a the adress of a variabl i mean can i put for exemple for a int *p: &p=6 ?????????
hai iam working in sap sd module for one year and working in lumax ind ltd in desp department but my problem is i have done m.b.a in hr/marketing and working sap sd there is any combination it. can you give right solution of my problem. and what can i do?
Is there any possibility to create customized header file with c programming language?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?
print the palindrome numbers in between 0 to n
for questions 14,15,16,17 use the following alternatives:a.int b.char.c.string.d.float
I need to take a sentence from input and sort the words alphabetically using the C programming language. Note: This is C not C++. qsort and strtok not allowed
How to throw some light on the b tree?
write a C code to reverse a string using a recursive function, without swapping or using an extra memory.
9 Answers Motorola, TCS, Wipro,
In a switch statement, what will happen if a break statement is omitted?
How can I allocate arrays or structures bigger than 64K?