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
pierrot's divisor program using c or c++ code
how many errors in c explain deply
explain what is an endless loop?
What is pointers in c?
What type of function is main ()?
write a program to print largest number of each row of a 2D array
How will you declare an array of three function pointers where each function receives two ints and returns a float?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What is spaghetti programming?
Can a variable be both static and volatile in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
what is a function method?give example?
What is a program flowchart?
Write a program to print ASCII code for a given digit.
How to define structures? ·