#define DCHAR char*
typedef char* TCHAR;

if using these following variables will be declared like
DCHAR ch1, ch2;
TCHAR ch3, ch4;

then what will be types of ch1, ch2, ch3 and ch4?

Answer Posted / movemaker

^^All 4 will be char* types, why the hell would ch2 be char type like said above by Shiva . :P .

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you convert strings to numbers in C?

710


What is function prototype in c language?

617


Tell me is null always defined as 0(zero)?

675


How can I determine whether a machines byte order is big-endian or little-endian?

621


What is #include conio h?

596






How does pointer work in c?

621


Find duplicates in a file containing 6 digit number (like uid) in O (n) time.

2609


What is %g in c?

620


What is the difference between array and linked list in c?

602


Explain do array subscripts always start with zero?

761


What is far pointer in c?

813


Can you define which header file to include at compile time?

589


Is null always equal to 0(zero)?

586


What is the purpose of void pointer?

599


what will be maximum number of comparisons when number of elements are given?

1410