char p="data";
printf(p);
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Which is best linux os?
There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.
Write a C program that reads a series of strings and prints only those ending in "ed"
IS Doon college of Engn.. has good faculty
When is an interface "good"?
Why #include is used in c language?
what does ‘segmentation violation’ mean?
What are the types of bitwise operator?
print ur name without using any semicolon in c/c++....
21 Answers Bosch, TCS, Wipro,
write a progam to compare the string using switch case?
Why cd or dvd are round why not square.
where are auto variables stored? What are the characteristics of an auto variable?