#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
What is the process to create increment and decrement stamen in c?
What is C language ?
What are the rules for the identifier?
How can you tell whether a program was compiled using c versus c++?
How do you sort filenames in a directory?
What is default value of global variable in c?
Who developed c language?
What kind of structure is a house?
Is python a c language?
Explain what is the advantage of a random access file?
What is pointer in c?
Explain bitwise shift operators?
How can you avoid including a header more than once?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
What is #include conio h?