illustrate the use of address operator and dereferencing
operator with the help of a program


guys plzzz help for this question


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

Post New Answer

More C Interview Questions

Write a program to print this triangle: * ** * **** * ****** * ******** * ********** Don't use printf statements;use two nested loops instead. you will have to use braces around the body of the outer loop if it contains multiple statements.

6 Answers   Wipro,


4. main() { int c=- -2; printf("c=%d",c); }

0 Answers  


how to print the character with maximum occurence and print that number of occurence too in a string given ?

0 Answers   Microsoft,


What are the types of type specifiers?

0 Answers  


hello freinds next week my interview in reliance,nybody has an idea about it intervew questions..so tell

0 Answers   Reliance,






write a program to print calender using for loop.

1 Answers   HCL, TCS,


Explain #pragma statements.

0 Answers  


What is integer constants?

0 Answers  


what is the value of 'i'? i=strlen("Blue")+strlen("People")/strlen("Red")-strlen("green")

7 Answers   Cadence, JNTU, Zen Technologies,


what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


How to print "I Love My India" without using semi colon?

4 Answers  


What are the different pointer models in c?

4 Answers  


Categories