#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 / sunil v r

char *

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain how can you determine the size of an allocated portion of memory?

594


What is the translation phases used in c language?

603


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

1495


Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer

3819


What is main function in c?

527






What is c variable?

532


What is the time and space complexities of merge sort and when is it preferred over quick sort?

642


What is structure in c definition?

545


Explain the binary height balanced tree?

696


What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?

910


What is s or c?

567


What’s a signal? Explain what do I use signals for?

582


Write a code to remove duplicates in a string.

602


Is main is a keyword in c?

579


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1835