why in C,C++'s int size is 2 byte and .net(c#) int Size is 4
byte?
Answer Posted / mohit
because c and c++ language use ASCII code system.but in .net
and java use UNICODE system. where char size also 2byte.
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are pointers?
What is strcmp in c?
What functions are used in dynamic memory allocation in c?
Explain modulus operator. What are the restrictions of a modulus operator?
what is uses of .net
Explain the difference between strcpy() and memcpy() function?
What is the best way of making my program efficient?
What is your stream meaning?
Explain how can you be sure that a program follows the ansi c standard?
Explain how are portions of a program disabled in demo versions?
how to construct a simulator keeping the logical boolean gates in c
What is declaration and definition in c?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
If I have a char * variable pointing to the name of a function ..
What are the different categories of functions in c?