Answer Posted / veluri.haritha
It gives an error message as "NON PORTABLE POINTER CONVERSION"
because character data type accepts single character which
is enclosed in the single quotes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Disadvantages of C language.
When is the “void” keyword used in a function?
What does c mean?
What is identifier in c?
Why doesn't C support function overloading?
What is the role of && operator in a program code?
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
Where can I get an ansi-compatible lint?
What is equivalent to ++i+++j?
shorting algorithmS
What is time complexity c?
What are the different file extensions involved when programming in C?
How can you avoid including a header more than once?
How do I read the arrow keys? What about function keys?