Do string constants represent numerical values?
No Answer is Posted For this Question
Be the First to Post Answer
write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"
cavium networks written test pattern ..
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.
3 Answers Google, Infosys, JTL, OpenFeel,
How can I delete a file?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
what is a headerfile?and what will be a program without it explain nan example?
What is const keyword in c?
Why preprocessor should come before source code?
write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..
what is reason of your company position's in india no. 1.
What is volatile, register definition in C
why ordinary variable store the later value not the initial