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

Can I pass constant values to functions which accept structure arguments?

2 Answers  


What is the use of a conditional inclusion statement in C?

0 Answers   Global Logic,


write a program to remove duplicate from an ordered char array? in c

2 Answers  


#include <stdio.h> int main ( int argc, char* argv [ ] ) { int value1 = 10; int value2 = 5; printf ( "\n The sum is :%d", value1 | value2 ); } This is the answer asked by some one to add two numbers with out using arithmetic operator?Yes this answer is write it given out put as 15.But how????? what is need of following line? int main ( int argc, char* argv [ ] ) how it work?what is the meaning for this line? please explain me.Advance thanks

9 Answers   Excel,


is c language is a object oreinted language?

5 Answers   TCS,


write a program in c language for the multiplication of two matrices using pointers?

8 Answers   Ignou,


What is oops c?

0 Answers  


please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com

0 Answers  


How can I ensure that integer arithmetic doesnt overflow?

0 Answers  


What does c mean before a date?

0 Answers  


write a programe to find the factorial of given number using recursion

3 Answers  


How to find a missed value, if you want to store 100 values in a 99 sized array?

0 Answers   Honeywell, Zomato,


Categories