What is a substring in c?



What is a substring in c?..

Answer / Abhishek Nagar

A Substring in C is a contiguous sequence of characters within a string. The strncpy(), strncat() and strchr() functions are some examples that work with substrings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

What is the process to generate random numbers in c programming language?

1 Answers  


When should I declare a function?

1 Answers  


Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)

1 Answers  


How to implement a packet in C

1 Answers   Aricent,


Explain the meaning of keyword 'extern' in a function declaration.

1 Answers  


4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.

1 Answers   Wipro,


What’s the special use of UNIONS?

1 Answers   ADP,


What does s c mean in text?

1 Answers  


Apart from dennis ritchie who the other person who contributed in design of c language.

1 Answers  


write a C program: To recognize date of any format even formats like "feb-02-2003","02-february-2003",mm/dd/yy, dd/mm/yy and display it as mm/dd/yy.

1 Answers   Subex,


Why isn't any of this standardized in c? Any real program has to do some of these things.

1 Answers  


What are the 5 types of inheritance in c ++?

1 Answers  


Categories