Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

#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

Why do we use & in c?

1051


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

1157


Why clrscr is used after variable declaration?

1762


What is c basic?

1224


Differentiate fundamental data types and derived data types in C.

1089


What are derived data types in c?

1131


What are types of structure?

1171


Is it possible to have a function as a parameter in another function?

1129


how is the examination pattern?

2062


Why static is used in c?

1144


Are pointers integer?

1072


write a program to display all prime numbers

2016


Is main is a keyword in c?

1174


Why c is faster than c++?

1089


Can you please explain the difference between malloc() and calloc() function?

1182