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...


WHOT IS CHAR?

Answers were Sorted based on User's Feedback



WHOT IS CHAR? ..

Answer / avinash

CHARACTER,NAMES.

Is This Answer Correct ?    11 Yes 1 No

WHOT IS CHAR? ..

Answer / nikam prathmesh

CHAR is Data Type.........

Is This Answer Correct ?    4 Yes 0 No

WHOT IS CHAR? ..

Answer / himaja

n C language, strings are stored in an array of char type along with the null terminating character "\0" at the end. In other words to create a string in C you create an array of chars and set each element in the array to a char value that makes up the string. When sizing the string array you need to add plus one to the actual size of the string to make space for the null terminating character, "\0"

Syntax to declare a string in C:

Sample Code
char fname[4];

Is This Answer Correct ?    4 Yes 2 No

WHOT IS CHAR? ..

Answer / ideamahendra

1

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More C Interview Questions

write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,


main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?

3 Answers   Excel,


Explain bit masking in c?

0 Answers  


Write a C Programm.. we press 'a' , it shows the albhabetical number is 1, if we press 'g' it shows the answer 7.. any can help me

7 Answers  


What is wrong with this program statement?

0 Answers  


What is a #include preprocessor?

0 Answers  


a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode

0 Answers  


Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code

1 Answers  


consider the following program sigment int n,sum=1; switch(n) { case 2:sum=sum+2; case 3:sum*=2; break; default:sum=0;} if n=2, what is the value of sum a.0 b.6 c.3 d.none

7 Answers   TCS,


write a c program in such a way that if we enter the today date the output should be next day's date.

0 Answers  


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


What does malloc () calloc () realloc () free () do?

0 Answers  


Categories