#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
Why do we use & in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Why clrscr is used after variable declaration?
What is c basic?
Differentiate fundamental data types and derived data types in C.
What are derived data types in c?
What are types of structure?
Is it possible to have a function as a parameter in another function?
how is the examination pattern?
Why static is used in c?
Are pointers integer?
write a program to display all prime numbers
Is main is a keyword in c?
Why c is faster than c++?
Can you please explain the difference between malloc() and calloc() function?