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

#include <stdio.h> int main() { int i; for (i=0;i<3;++i) { fork();fork(); } } How many processes are created when running this program (including the initial one)? Explain &#1567;&#1567;&#1567;

4 Answers  


int a=20; int b=30; int c=40; printf("%d%d%d"); what will be the output?

5 Answers   CMC,


for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }

1 Answers  


What is %d called in c?

0 Answers  


What is main () in c language?

0 Answers  






how i m write c program 1.check prime number 2.prime number series

1 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list

0 Answers   Persistent,


write a programe returns the number of times the character appears in the string

2 Answers  


Explain the use of 'auto' keyword

0 Answers  


What is pass by value in c?

0 Answers  


Is c easy to learn?

0 Answers  


Categories