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
What is a sequential access file?
Compare and contrast compilers from interpreters.
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
What are the types of pointers in c?
What is output redirection?
Why do we use namespace feature?
What are the preprocessor categories?
What should malloc() do?
Explain bitwise shift operators?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What are the types of pointers?
What is dynamic dispatch in c++?
List some basic data types in c?
Write a program to reverse a string.