Why string is used in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is the different between data structure and data type?

1 Answers   Ignou,


program to find out date after adding 31 days to a date in the month of febraury also consider the leap year

0 Answers  


how to copy a string without using c function

5 Answers  


what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }

1 Answers  


Is flag a keyword in c?

0 Answers  


How will you write a code for accessing the length of an array without assigning it to another variable?

0 Answers  


What is include directive in c?

0 Answers  


What does typedef struct mean?

0 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


What is c language used for?

0 Answers  


write a program to sort the elements in a given array in c language

10 Answers   TCS,


the operator for exponencation is a.** b.^ c.% d.not available

5 Answers   TCS,


Categories