Data structure used to impliment a menu:
No Answer is Posted For this Question
Be the First to Post Answer
What is a must for multitasking? a) Process preemption b) Paging c) Virtual memory d) None of the above
How same session variable can be used in both Asp and Asp.net?
Java is called as pure objerct oriented programming language, where as c++ is not completely object oriented.can any explain the detailed differenec between these two
write a program for finding the union of two integer array in java?
Mainly Related to Oracle, DBMS , Oracle Stored Procedures, Functions, Oracle 9i Architecture, Redo logs..., Views,
0 Answers Indian Overseas Bank,
how to remove header and footer in jcl using sort utility
What are two of your strengths that you will bring to our QA/testing team?
8.In DSP,Define Signal and System?and various type of signals.
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
9. Read the function conv() given below conv(int t) { int u; u=5/9 * (t-32); return(u); } What is returned (a) 15 (b) 0 (c) 16.1 (d) 29
Write a program to find factorial of a number using functions
Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.