how can i get the string which is having two spaces at the
end.suppose the string is "Hello World ".Now at the end i
have two spaces.i need to print with that spaces .
print a "hello" word without using printf n puts in c language
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,
What language is windows 1.0 written?
What are the various topologies? Which one is the most secure?
Which are low level languages?
writ a program to compare using strcmp VIVA and viva with its output.
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
What is 2 d array in c?
What is calloc malloc realloc in c?
What are the functions to open and close the file in c language?
what is available in C language but not in C++?
10 Answers CTS, TCS,
Reverse the bit order in a single macro. eg. i/p = 10010101 --> o/p = 10101001