main()
{
char *p;
p="Hello";
printf("%c\n",*&*p);
}
Answer Posted / vignesh1988i
the output will be 'H'...... this is because... first the
variables with pointers as:
*
&
*
p
so it woill process as givwn above in stack
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Explain the use of #pragma exit?
Is it better to use a macro or a function?
What is spark map function?
Why do we use header files in c?
What is define c?
What are the primitive data types in c?
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
If you know then define #pragma?
What do you understand by normalization of pointers?
How do you use a pointer to a function?
Explain what is the difference between text files and binary files?
Tell me the use of bit field in c language?
Is c pass by value or reference?
What is the use of printf() and scanf() functions?
Which programming language is best for getting job 2020?