#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 use of static variable in c?
What is equivalent to ++i+++j?
What are qualifiers in c?
Why c language is called c?
Is null equal to 0 in sql?
write a c program for swapping two strings using pointer
Explain the difference between call by value and call by reference in c language?
Can include files be nested? How many levels deep can include files be nested?
How can I open a file so that other programs can update it at the same time?
What is the difference between memcpy and memmove?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
which type of aspect you want from the student.
What is a char c?
Explain what are linked list?
Is c weakly typed?