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 / 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 are the advantages of using Unions?

1171


What is a built-in function in C?

1669


Why is struct padding needed?

1156


What is output redirection?

1277


any "C" function by default returns an a) int value b) float value c) char value d) a & b

1133


What are the different types of endless loops?

1128


What do you mean by invalid pointer arithmetic?

1130


in linking some of os executables are linking name some of them

2200


How do we make a global variable accessible across files? Explain the extern keyword?

1937


GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)

1155


Explain modulus operator.

1090


What is double pointer in c?

1089


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1687


Write the control statements in C language

1279


Why is void main used?

1145