Programming Code (840)
Scripts_Markup Code (257) #include
Write a (n) algorithm that sorts n distinct integers, ranging in size between 1 and kn inclusive, where k is a constant positive integer. (Hint: Use a kn-element array.)
4997PROBLEM #8 The cashier at the counter of a Super Store, Mr. Khazaanchi has the following bundles of rupee cash notes with him: Rs. 1, 2, 5, 10, 50, 100, 500, 1000 A customer comes at his counter with various items that he has shopped. Mr. Khazaanchi totals the item prices and tells the customer his total amount payable. The customer gives Mr. Khazanchi some amount of cash. Find the total number of rupee notes of each denomination (i.e. 1, 2, 5, 10, 50, 100, 500, 1000) Mr. Khazaanchi will have to give to the withdrawer ensuring that the total number of rupee notes are minimum.
1 6720what will be the output of this program? void main() { int a[]={5,10,15}; int i=0,num; num=a[++i] + ++i +(++i); printf("%d",num); }
3 6431write a function that reverse the elements of an array in place.The function must accept only one pointer value and return void.
4589write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation
HCL,
2895create a stucture student containing field for roll no,class,year and marks.create 10 student annd store them in a file
HCL,
2720how to programme using switch statements and fuctions, a programme that will output two even numbers, two odd numbers and two prime numbers of the users chioce.
2693find out the list of users who have access to all t-codes starts with 'SU'? thanks in advance all.
2337
how to create a Draggable element
c# code to Count number of 1's in a given range of integer (0 to n)
Code for Presenting Parent/Child Data in a Data Grid Row?
What is the functionality of GetWindowText?
ArrayList declaration in .net
How to palindrom string in c language?
how to pass data between pages using Frames
Can we run Applet in Web browser with security policy files
How can export database using php code?
Write a python program to swap the first and last value of a list?
What is the functionality of EnumChildWindows?
What is GUID anyway?
output for printf("printf");
What is used of serialize and unserialize in php?
Is there any way to open notepad within php?