How macro execution is faster than function ?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to know whether the input number is an armstrong number.
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
What are the standard predefined macros?
what is volatile in c language?
9 Answers Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,
What is the difference between realloc() and free()
What are linked lists in c?
please give code for this 1 2 4 7 11 16
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
how to compare two strings without using strcmp() function??
What is the proper way of these job Tell me about there full work
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 are the types of c language?