What does the message "warning: macro replacement within a
string literal" mean?

Answer Posted / rocky

its nothing but a fakalya.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are multidimensional arrays?

656


What does return 1 means in c?

589


What does stand for?

598


write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3

1645


what does static variable mean?

657






When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd

643


explain what are pointers?

619


For what purpose null pointer used?

609


write a program in C that prompts the user for today's date,tomorrow's date and display the results.Use structures for today's date,tomorrow's date and an array to hold the days for each month of the year.

4991


Why do we use return in c?

570


Explain why C language is procedural?

773


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

591


What is c token?

611


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.

1856


What is the purpose of ftell?

601