THE CHANNEL IN DATA COMMUNICATION CAN BE?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between debugging, running, executing of an application
what is the pl/sql block size in oracle 10g and 11g?
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
how to invoke the macro in another macro?
In Java what is the difference between following two statements ? int a[],b; int []a,b;
How to set on/off a group of indicators in a single statement?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
What is the entry point function of a DLL?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
what is the difference between java , sap ,.net , orecle apps ?
Number of null pointers in any binary tree
Write a program to create a process in UNIX