Tell about strtok & strstr functions
Answer Posted / shruti
The above answer is perfect...
Kudos..
well done..
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is structure packing in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
What is the condition that is applied with ?: Operator?
C program to find all possible outcomes of a dice?
Can main () be called recursively?
Why does not c have an exponentiation operator?
What are the usage of pointer in c?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Give the rules for variable declaration?
Can the size of an array be declared at runtime?
What are the benefits of c language?
What is the sizeof () operator?
What is merge sort in c?
Write programs for String Reversal & Palindrome check