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



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

Answer / rocky

its nothing but a fakalya.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

Here is a neat trick for checking whether two strings are equal

0 Answers  


What is an arrays?

0 Answers  


Explain threaded binary trees?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

0 Answers  






#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


What is the condition that is applied with ?: Operator?

0 Answers  


What is a function in c?

0 Answers  


What is a spanning Tree?

1 Answers   TCS,


write a C code to reverse a string using a recursive function, without swapping or using an extra memory.

9 Answers   Motorola, TCS, Wipro,


What are qualifiers in c?

0 Answers  


What are comments and how do you insert it in a C program?

0 Answers  


Categories