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 are the different file extensions involved when programming in C?
Explain the binary height balanced tree?
How many identifiers are there in c?
Explain what are its uses in c programming?
What is null in c?
what is the role you expect in software industry?
What is logical error?
What is a pointer on a pointer in c programming language?
Is that possible to add pointers to each other?
What the different types of arrays in c?
What is the benefit of using #define to declare a constant?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Why does not c have an exponentiation operator?
What is a good way to implement complex numbers in c?
What is equivalent to ++i+++j?