#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


Please Help Members By Posting Answers For Below Questions

Write a program to print ASCII code for a given digit.

672


What is c definition?

731


What is wrong with this statement? Myname = 'robin';

801


what is the height of tree if leaf node is at level 3. please explain

1586


Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent

1633






Give differences between - new and malloc() , delete and free() ?

596


#define f(g,h) g##h main O int i=0 int var=100 ; print f ("%d"f(var,10));} wat would be the output??

1529


What does struct node * mean?

582


Explain what is the stack?

621


What is boolean in c?

594


Hai sir, I had planned to write the NIC scientific engineer exam , plz post the sample question......

1725


Why string is used in c?

565


Define recursion in c.

688


What is the code in while loop that returns the output of given code?

1269


What is variable declaration and definition in c?

487