code for connection from windows forms to sql server
No Answer is Posted For this Question
Be the First to Post Answer
Q2. A memory location has physical address D5687h. Compute: a. The offset address if the segment number is D445h. b. The segment number if the offset address is B577h.
Write a program to find duplicate number from array in minimum time complexity.
what is mutex?
4 Answers Axiom, Blue Star, SQL Star,
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 shell program to test whether a given year is leap year or not ?
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
write a program for finding the union of two integer array in java?
SAS using companies in INDIA
29 Answers Bank Of America, Cap Gemini, Hyundai, IBM, KO, Sristek, TCS, Wipro, WNS,
£¢®£ž›;=9:B9<::C = ADITHI HOW TO GET?
Write a program to implement BFS/ DFS routine in a connected graph
Why we use NEW operator when we create Object,While in C++ we donot ?
can we extend a class having only one parameterised constructor.Suggest the process to do it.