what are the languages used in c#?

Answers were Sorted based on User's Feedback



what are the languages used in c#?..

Answer / dinesh

c and c++

Is This Answer Correct ?    13 Yes 5 No

what are the languages used in c#?..

Answer / ankith.v

C And C++

Is This Answer Correct ?    1 Yes 3 No

what are the languages used in c#?..

Answer / srinivas

c++ and java

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More C Interview Questions

what is pointer?

13 Answers   HCL, TCS,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??

5 Answers  


What is volatile variable in c?

0 Answers  


why programs in c are running with out #include<stdio.h>? some warnings are display in terminal but we execute the program we get answer why? eg: main() { printf("hello world "); }

0 Answers  






What are identifiers in c?

0 Answers  


What is dynamic dispatch in c++?

0 Answers  


What is oops c?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


What should malloc(0) do?

0 Answers  


hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel

0 Answers  


Categories