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
How can I find out the size of a file, prior to reading it in?
How can you determine the size of an allocated portion of memory?
int far *near * p; means
will u please send me the placement papers to my mail???????????????????
Between macros and functions,which is better to use and why?
In c programming typeing to occupy the variables in memory space. if not useing the variable the memory space is wasted.ok, how to avoid the situation..? (the variable is used & notused)
What is modifier & how many types of modifiers available in c?
How do c compilers work?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
List some of the static data structures in C?
Explain what are multidimensional arrays?
What are the different categories of functions in c?
Can true be a variable name in c?
Explain what are multibyte characters?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration