#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 / ashish
ch1 and ch2 are the char * and ch2 and ch4 are char type
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is meant by type specifiers?
What is a file descriptor in c?
What is scanf () in c?
How does placing some code lines between the comment symbol help in debugging the code?
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
What does the function toupper() do?
What is an auto variable in c?
How can I dynamically allocate arrays?
In a byte, what is the maximum decimal number that you can accommodate?
Why static is used in c?
What is volatile, register definition in C
What is the difference between functions getch() and getche()?
Place the #include statement must be written in the program?
What are the disadvantages of a shell structure?
Write the Program to reverse a string using pointers.