Should I learn data structures in c or python?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of external class?
print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5
What is logical error?
what is the difference between c and java?
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
What do you understand by friend-functions? How are they used?
write a string copy function routine?
how to determine the complexity of an algorithm as log(n)
What does the characters “r” and “w” mean when writing programs that will make use of files?
write a c program to print the values in words eg:- 143 written it has (one hundred and forty three)& 104, 114 are also written words
5 Answers Captronic, DELL, Google, IBM, Mithi, RCC, Wipro,
What is use of #include in c?
declare afunction pointer to int printf(char *)?