What does the message "automatic aggregate intialization is an ansi feature" mean?
No Answer is Posted For this Question
Be the First to Post Answer
Why does everyone say not to use gets?
Why main function is special give two reasons?
difference between ordinary variable and pointer in C?
how to swap 4 number without using temporary number?
Is null always equal to 0(zero)?
How will you allocate memory to a double pointer ?
Print all numbers which has a certain digit in a certain position eg: number=45687 1 number=4 2 number=5 etc
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.
3 Answers Google, Infosys, JTL, OpenFeel,
Explain pointers in c programming?
What is an lvalue in c?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
What is string constants?