What are the types of pointers in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the difference between #include<> and #include”…”?
What is a c token and types of c tokens?
what does ‘#include’ mean?
How to print %d in output
how to set Nth bit of a variable?
What does a function declared as pascal do differently?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
What is the difference between malloc calloc and realloc in c?
Hi Every one......... Please Any body give me the answer for my question. Is it possible to print the word "PRINT F", without using printf() statement 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.
Why c is called a middle level language?
Explain what header files do I need in order to define the standard library functions I use?