Which programming language is best for getting job 2020?
No Answer is Posted For this Question
Be the First to Post Answer
Can a function argument have default value?
Why do we use namespace feature?
Why c++ is called c++ and not c+?
Explain the difference between call by value and call by reference in c language?
What is volatile keyword in c?
Explain the use of bit fieild.
What is 'bus error'?
what is the maximum limit of row and column of a matrix in c programming. in linux .
What is the use of sizeof () in c?
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 function of void main()?
Is c a great language, or what?