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
Explain what is the benefit of using an enum rather than a #define constant?
How reliable are floating-point comparisons?
Why do we use null pointer?
Write a program to reverse a linked list in c.
Explain how do you determine the length of a string value that was stored in a variable?
Simplify the program segment if X = B then C ← true else C ← false
What is pointers in c?
What are the 4 data types?
What is the difference between #include
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is pointer in c?
Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.
How the c program is executed?
Can stdout be forced to print somewhere other than the screen?
What is string constants?