#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 / shiva
ch1,ch3 and ch4 are char* types whiel ch2 is char type.
Please let me know if I am wrong.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
How is a pointer variable declared?
Explain how do you determine the length of a string value that was stored in a variable?
Describe how arrays can be passed to a user defined function
Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......
Is there sort function in c?
What is a stream water?
Is file a keyword in c?
Differentiate Source Codes from Object Codes
How many levels deep can include files be nested?
What is %lu in c?
What is a pragma?
How can I list all of the predefined identifiers?
Why clrscr is used in c?
Is void a keyword in c?
What is the g value paradox?