Answer Posted / v.haritha
It gives an error message as "NON PORTABLE POINTER CONVERSION"
because a variable of character data type can store only a
single character where as in this case the variable is
initialized with a string.
answered by V.HARITHA undergoing c training yet
to join b.tech.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List some basic data types in c?
What is the difference between volatile and const volatile?
Explain spaghetti programming?
Explain heap and queue.
What do you mean by dynamic memory allocation in c? What functions are used?
What is the description for syntax errors?
Write the Program to reverse a string using pointers.
Describe the header file and its usage in c programming?
How can variables be characterized?
How can I change the size of the dynamically allocated array?
Did c have any year 2000 problems?
Explain what is the advantage of a random access file?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
FILE PROGRAMMING
write a program to display all prime numbers