Is c object oriented?
No Answer is Posted For this Question
Be the First to Post Answer
input any 4 digit number and find the difference of all the digits?
write a program to find out number of on bits in a number?
Explain what is wrong in this statement?
What is context in c?
WHAT IS RTGS N MINIMUM AMT TO B TRANSFERD N WHAT R THE CHARGES ON MINIMUM AMT N IN WHICH BANK WE CAN DO IT?
What is the symbol indicated the c-preprocessor?
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.
What is the right type to use for boolean values in c? Is there a standard type?
Why dont c comments nest?
What is the purpose of #pragma directives in C?
main() { char ch='356'; Printf("%d",ch); } *OUTPUT*:- -18 *Why?*
Total of how many functions are available in c?