#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 / guest

char *

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is external variable in c?

618


What is the main difference between calloc () and malloc ()?

576


What is a structural principle?

645


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

721


Which is best linux os?

568






Define circular linked list.

574


What is the use of a ‘’ character?

589


Difference between exit() and _exit() function?

659


What functions are used for dynamic memory allocation in c language?

604


Can a pointer be volatile in c?

539


Is it fine to write void main () or main () in c?

549


What are the disadvantages of external storage class?

593


What is #define in c?

624


What are inbuilt functions in c?

562


How can a string be converted to a number?

521