What are the string functions? List some string functions available in c.


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

Post New Answer

More C Interview Questions

Explain the use of 'auto' keyword

0 Answers  


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


What is pre-emptive data structure and explain it with example?

0 Answers  


What are the features of c language?

0 Answers  


What is define c?

0 Answers  






What is Full Form of C and Why We use C

23 Answers  


write a program that eliminates the value of mathematical constant e by using the formula e=1+1/1!+1/2!+1/3!+

1 Answers   Reliance,


What is c programing language?

0 Answers  


how would a 4*3 array A[4][3] stored in Row Major Order?

0 Answers   HCL, Ignou,


What are the different types of linkage exist in c?

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


Write a program using bitwise operators to invert even bits of a given number.

2 Answers  


Categories