What are the types of assignment statements?
No Answer is Posted For this Question
Be the First to Post Answer
What is time complexity c?
Function to find the given number is a power of 2 or not?
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
How to add two numbers with using function?
Explain the properties of union. What is the size of a union variable
What is the difference between i++ and i+1 ?(in terms of memory)
Define macros.
Can we replace the struct function in tree syntax with a union?
Write a program to show the change in position of a cursor using c
write a program to swap Two numbers without using temp variable.
75 Answers EMC, Focus, GreyB, HCL, Hitech, HP, Huawei, Infosys, Mannar Company, Microsoft, Miles Software, Odessa Technologies, Satyam, TCS, Wipro,
What is memory leak in c?
What is a substring in c?