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 |
What is the process to generate random numbers in c programming language?
When should I declare a function?
Explain which of the following operators is incorrect and why? ( >=, <=, <>, ==)
How to implement a packet in C
Explain the meaning of keyword 'extern' in a function declaration.
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.
What’s the special use of UNIONS?
What does s c mean in text?
Apart from dennis ritchie who the other person who contributed in design of c language.
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.
Why isn't any of this standardized in c? Any real program has to do some of these things.
What are the 5 types of inheritance in c ++?