What kind of structure is a house?
No Answer is Posted For this Question
Be the First to Post Answer
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
write a program to remove occurrences the word from entered text?
What is return in c programming?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
how can i calculate mean,median,mode by using c program
write a addition of two no. program with out using printf,scanf,puts .
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
There are 21 people in a room. They have to form groups of 3 people each. How many combinations are possible? Write a C program to print the same.
why we are using float in C
O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
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.
HOW CAN ADD OUR FUNCTION IN LIBRARY.