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
What is the difference between the = symbol and == symbol?
What does the function toupper() do?
Do you know the difference between malloc() and calloc() function?
What are reserved words?
What is exit() function?
Why do we use int main?
What are the benefits of c language?
Multiply an Integer Number by 2 Without Using Multiplication Operator
write a progrmm in c language take user interface generate table using for loop?
What is the method to save data in stack data structure type?
Why header file is used in c?
When is a void pointer used?
Can we declare variable anywhere in c?
Is it possible to execute code even after the program exits the main() function?
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?