What do you understand by normalization of pointers?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

How can I find leaf node with smallest level in a binary tree?

1 Answers  


Explain what is a const pointer?

0 Answers  


How many levels deep can include files be nested?

0 Answers  


what is the difference between char * const and const char *?

2 Answers   TCS,


Which header file is essential for using strcmp function?

0 Answers  






write a reverse string to print a stars.(with out using logic) ***** **** *** ** *

2 Answers  


Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered

1 Answers  


Explain the use of #pragma exit?

0 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


Add Two Numbers Without Using the Addition Operator

0 Answers  


What is an volatile variable?

15 Answers   HP,


State the difference between x3 and x[3].

0 Answers   Aricent,


Categories