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

Explain what is the difference between far and near ?

0 Answers  


how many times of error occur in C

11 Answers  


Why c is called free form language?

0 Answers  


How to write a program for machine which is connected with server for that server automatically wants to catch the time for user of that machine?

0 Answers   Infosys,


how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"

1 Answers  






What is null in c?

0 Answers  


Why is c used in embedded systems?

0 Answers  


do ne body have any idea about the salary for the we r going to have interview. yup .. u got it right ..i m talking abt NIC.

1 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??

3 Answers   TCS,


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


Explain how can you restore a redirected standard stream?

0 Answers  


Categories