What is the difference between ANSI and UNICODE strings
when passed as arguments to a DLL?
Answers were Sorted based on User's Feedback
Answer / kaan
ANSI support 256 different characters
so it will take 8 bit to store single character
but
UNICODE support 65536 different character,so it will take
16 bit to store single character and it is more complex
This differences should consider while u interact with
unmanaged code(win32 api),export functions etc.,
| Is This Answer Correct ? | 22 Yes | 1 No |
Answer / vipul
ANSI: This standard provided 256 different symbols that a
computer can use. It was quick, efficient, and easy to
implement. All modern operating systems fully understand
ASCII.
UNICODE: Unicode which allowed for up to 65,536 different
characters. Since Unicode is more complex it is not
implemented on many operating systems. In terms of
Microsoft; Windows NT, Windows 2000, Windows XP, and
Windows 2003 support Unicode as will all future releases of
Windows.
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / guest
ANSI - one byte for a char
UNICODE - two bytes per char - works only on NT
| Is This Answer Correct ? | 17 Yes | 10 No |
plzzzzzzz mail me some questions that r important to revise before an interviev wat r the possible question that mnc ask MY EMAIL ID shanty_pathak@yahoo.com
How to change the Mouse Pointer?
Is it possible to set a shortcut key for label?
How would you convert a form into document?
What are the types of API Types?
what is Option Implicit
12 Answers Cognizant, Primus Global,
by writing MACRO CODE,i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI). ex: custdetails custname lastname locaton mobile pincode custdetails raj tony hyd 555555 521245 servcreqrd srvce# srvcename location srvcepincode servcreqrd 754 drilling hyd 521784 for the above example in the another workbook retrive data like this custname Raj srvce# 754 srvcepincode 521784. while retrieving data control will search cell by cell for each row.
What are the types of validations available in Visual Basic?
___,___ arguments will be used to run a executable program in shell function
How can you get selected file from file system Control?
Is it possible to change menu runtime using API? If yes? Specify the function names.
Why we use Treeview Control?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)