What is a pragma?
No Answer is Posted For this Question
Be the First to Post Answer
Identify the operators that is not used with pointer a. && b. # c. * d. >>
Dear Sir, we are required the bubble sorting programs Regs Prem
How was c created?
How do I use strcmp?
How to print "Hi World" without using semi colon?
Which is the best sort method for library management?
Can you please explain the scope of static variables?
What is the difference between variable declaration and variable definition in c?
why we wont use '&' sing in aceesing the string using scanf
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 to swap 3 numbers without using 4th variable?
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);