What is the use of typedef in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is dynamic variable in c?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is spark map function?
How do I get an accurate error status return from system on ms-dos?
Who invented bcpl language?
in iso what are the common technological language?
ratio,age,persentage
Design a program using an array that searches a number if it is found on the list of the given input numbers and locate its exact location in the list.
Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Tell about strtok & strstr functions
2 Answers HCL, iFlex, Motorola,
If the static variable is declared as global, will it be same as extern?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.