what are the languages used in c#?

Answer Posted / ankith.v

C And C++

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain setjmp()?

660


What is the significance of c program algorithms?

682


What will the preprocessor do for a program?

592


Is c++ based on c?

656


What is a program flowchart and how does it help in writing a program?

666






Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?

599


How to Throw some light on the splay trees?

621


Does c have an equivalent to pascals with statement?

575


Explain how do you print an address?

659


What is getch() function?

649


Explain what does the format %10.2 mean when included in a printf statement?

783


An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above

658


All technical questions

1511


Write a program to replace n bits from the position p of the bit representation of an inputted character x with the one's complement. Method invertBit takes 3 parameters x as input character, p as position and n as the number of positions from p. Replace n bits from pth position in 8 bit character x. Then return the characters by inverting the bits.

3692


Why is it that not all header files are declared in every C program?

684