Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between c and C#

Answer Posted / subrata mandal

C# is case sensitive bt c is not.

Is This Answer Correct ?    35 Yes 34 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?

2049


9.Difference between even and odd signals?explain with the diagram?

3445


what is delegate and delegation model give the real live example on delegate model

3327


Write a function which accepts a sentence as input parameter.Each word in that sentence is to be reversed. Space should be there between each words.Return the sentence with reversed words to main function and produce the required output. for eg:- i/p: jack jill jung kill o/p: kcaj llij gnuj llik

2410


Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.

1125


I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution

2710


WHAT IS THE MEANING OF CONSTANT ...EXEEDS LENGTH LIMIT WHILE COPYING FROM PS FILE TO KSDS

2132


what is client server & server? What r types of Joins? explsin it! which types of indexex in sql server? what is triggers?

2094


how do find the user exit for selected feild whatis the process and can u plz explain it

2193


how to data grid use in data bind?

2080


Difference between HTML and DHTML?

2327


What binary value will be internally stored for NULL for the type S9(1) COMP 3 in mainframe

2022


What are the tasks performed by a Team Lead

2892


Find out the list of roles which gives access to GUI activities? thanks in advance

2198


Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.

2543