what is difference between c and C#
Answer Posted / banvari lal
c is structural language while c# is a oriented language
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How to merge Action Form with Dyna Action Form in Struts.
pleasew define carrier scope in abap (sap).
which worker is involved in all the phases of SDLC?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
You are given some denominations of coins in an array (int denom[])and infinite supply of all of them. Given an amount (int amount), find the minimum number of coins required to get the exact amount. What is the method called?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
< No Frames > tag is used for
5.Call by value and Call by reference with program?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
Given a cube of size n*n*n (i.e made up of n^3 smaller cubes), find the number of smaller cubes on the surface. Extend this to k-dimension.
What is the entry point function of a DLL?
how to stop execution of step 3 in a job mainframe
hii I inntrested abt scjp certification but i dont knw abt scjp plz send details abt scjp exam and syllabus.
Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
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)