How can you be sure that a program follows the ANSI C standard?
No Answer is Posted For this Question
Be the First to Post Answer
Example of friendly function in c++
Explain why C language is procedural?
Is c functional or procedural?
Find the O/p of the following 1) #include int main() { char c='1'; int j=atoi(c); }
Explain how can I right-justify a string?
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,
Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout
Multiply an Integer Number by 2 Without Using Multiplication Operator
say the following declaration is correct nr not. int b=a,n=0;
what is C?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory
What is p in text message?