#include<stdio.h>
void main()
{
char *str;
long unsigned int add;
str="Hello C";
add=&str[0];
printf("%c",add);
}
What is the output?
Answer Posted / praveen
Error.Non-Portable pointer assignment in function main
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I write a function analogous to scanf?
Explain null pointer.
the question is that what you have been doing all these periods (one year gap)
What is the difference between c and python?
Can we declare function inside main?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
what are bit fields? What is the use of bit fields in a structure declaration?
What is the translation phases used in c language?
Which is better oop or procedural?
what is the difference between 123 and 0123 in c?
How can I implement a delay, or time a users response, with sub-second resolution?
What is integer constants?
can any one provide me the notes of data structure for ignou cs-62 paper
How do you override a defined macro?
What is pragma in c?