#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 #define size in c?
How can I open files mentioned on the command line, and parse option flags?
Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix
What is a pointer value and address in c?
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
What is array within structure?
How would you obtain the current time and difference between two times?
how to execute a program using if else condition and the output should enter number and the number is odd only...
Explain what is the benefit of using #define to declare a constant?
What does the function toupper() do?
can we implement multi-threads in c.
Explain how do you view the path?
Explain what are the __date__ and __time__ preprocessor commands?
What is the use of in c?
Explain heap and queue.