CoolInterview.com - World's Largest Collection of Interview Questions
Send Free SMS
 Interview Questions  
 Our Services  


INTERVIEW QUESTIONS LANGUAGES C DETAILS
Question :
What do you mean by normalisation of pointers


Category C Interview Questions
Rating (4.9) By 24 users
Added on 7/19/2006
Views 1778
Rate it!
Answers:

Normalization functions are provided which take any of these combined types as their first argument, a pointer to the same combined type as their second argument, and place the normalization of the first into the second.





If you have the better answer, then send it to us. We will display your answer after the approval.
Name :*
Email Id :*
Answer :*
Verification Code Code Image - Please contact webmaster if you have problems seeing this image code Not readable? Load New Code
Process Verification  Enter the above shown code:*
Inform me about updated answers to this question

   
Related Questions
View Answer
How to convert Stack in to Queue and v varsa ?
c with data structure.

View Answer
What would be the output of the following program?
main()
{
const int x=5;
int *ptrx;
ptrx=&x;
*ptrx=10;
printf("%d",x);
}


View Answer
According to ANSI specifications which is the correct way of declaring main() when it receives command line arguments?

View Answer
Would the following program compile?

main()
{
int a=10,*j;
void *k;
j=k=&a;
j++;
k++;
printf("n%u%u",j,k);
}




View Answer
If the following program (myprog) is run from the command line as myprog friday tuesday sunday,
What would be the output?

main(int argc, char *argv[])
{
printf("%c",*++argv[1]);
}




View Answer
If the following program (myprog) is run from the command line as myprog friday tuesday sunday, What would be the output?

main(int argc, char*argv[])
{
printf("%c",**++argv);
}




View Answer
Following declarations are different from one another
const char *const s;
char const *const s;



View Answer
What would be the output of the following program?

main()
{
char near * near *ptr1;
char near * far *ptr2;
char near * huge *ptr3;
printf("%d %d %d",sizeof(ptr1),sizeof(ptr2),sizeof(ptr3));
}




View Answer
Following declarations are same
const char *s;
char const *s;


View Answer
What would be the output of the following program?

main()
{
int y=128;
const int x=y;
printf("%d",x);
}



View Answer

Please Note: We keep on updating better answers to this site. Subscribe to our newsletter to get notified when better answer is posted.

Notify me when better answer is posted!
Email:

View ALL C Interview Questions

User Options
Sponsored Links


Copyright ©2003-2010 CoolInterview.com, All Rights Reserved.
Privacy Policy | Terms and Conditions
Page URL: http://www.coolinterview.com/interview/6033/default.asp?cachecommand=bypass


Download Yahoo Messenger | Placement Papers| FREE SMS | ASP .Net Tutorial | Web Hosting | Free SMS | Dedicated Servers | Joke of the Day

0.67