answersLogoWhite

0

What are different types of char?

User Avatar

Anonymous

15y ago
Updated: 8/18/2019

signed and unsigned

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Mention different types available in C?

Char, int, float and double.


What are the different data types suppourted by c.give example?

data types supported by "C" are int , float , char , long , double , uint


Why only three types of pointer variable in c language?

I have no idea what you mean by that... Some examples for pointers of different types: int *intptr; char *charptr; void *generic_ptr; FILE *stdin; int (*funptr)(int, char **);


Innumerate the different types of data type?

eight primitive data types are: -boolean -char -byte -short -int -long -double -float


What are the three most common data types used in c?

Pick any three: int, char, long, void, char *, void *


What is the types of data?

int, but can be assigned to a short, long or char as well


What is the taste of arctic char compared to other types of fish?

Arctic char has a mild and delicate flavor compared to other types of fish. It is often described as slightly sweet and similar to salmon, but with a lighter taste.


Examples on types of in c?

signed char unsigned long int void *


Types of main function in C programming?

minimalist: int main (void); standard: int main (int argc, char **argv); unix-only: int main (int argc, char **argv, char **envp);


Types of data in turbo C programming?

The primitive data types in C include:[signed|unsigned] char[signed|unsigned] short[signed|unsigned] int[signed|unsigned] long[signed|unsigned] long longfloatdoublelong doubleEnumerations (enum) and arrays may also be considered to be primitive types.


What does Arctic char taste like compared to other types of fish?

Arctic char has a mild and delicate flavor, similar to trout or salmon. It is often described as slightly sweet and buttery, with a firmer texture than salmon. Compared to other types of fish, Arctic char is less oily than salmon but still has a rich taste.


Is char a identical to char a?

'char a' and 'char a' are identical.