#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 / sunil v r
char *
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the time and space complexities of merge sort and when is it preferred over quick sort?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
What is the difference between far and near in c?
What is an auto variable in c?
What is indirection in c?
How can I copy just a portion of a string?
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
Who invented bcpl language?
Explain About fork()?
how to capitalise first letter of each word in a given string?
What is wrong with this program statement? void = 10;
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What happens if header file is included twice?
How can I remove the trailing spaces from a string?
What is c language and why we use it?