What is string function c?


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

Post New Answer

More C Interview Questions

C program to perform stack operation using singly linked list

3 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,


What is a memory leak? How to avoid it?

1 Answers  


to convert a string without using decrement operater and string functions

1 Answers  






write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

0 Answers   TCS,


I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.

0 Answers   TCS,


how to implement stack operation using singly linked list

2 Answers  


write a program to print largest number of each row of a 2D array

0 Answers  


What are the key features in c programming language?

0 Answers  


Hi Every one...........I have been selected for the SBI Clerk. But i m one month Pregnanat. So anyone please suggest me, is they take any objection on my joining .

4 Answers   State Bank Of India SBI,


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


Categories