main()

{

int a=2,*f1,*f2;

f1=f2=&a;

*f2+=*f2+=a+=2.5;

printf("\n%d %d %d",a,*f1,*f2);

}

Answer Posted / govind verma

but ans is 888 but i dnt know how....

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, i have a project that the teacher want a pyramid of numbers in C# or java...when we click a button...the pyramid should be generated in a listbox/or JtextArea...and the pyramid should have the folowing form: 1 232 34543 4567654 567898765 67890109876 7890123210987 890123454321098 90123456765432109 0123456789876543210 Plz help with codes...didn't find anything on the net.

2696


can you use proc sql to manpulate a data set or would u prefer to use proc report ? if so why ? make up an example and explain in detail

2342


write a function to give demostrate the functionality of 3d in 1d. function prototye: change(int value,int indexX,int indexY,int indexZ, int [] 1dArray); value=what is the date; indexX=x-asix indexY=y-axis indexZ=z-axis and 1dArray=in which and where the value is stored??

4161


Write a program to model an exploding firecracker in the xy plane using a particle system

3701


Given a spherical surface, write bump-mapping procedure to generate the bumpy surface of an orange

2868






how to test pierrot divisor

2272


Sir... please give some important coding questions asked by product companies..

1808


What is full form of PEPSI

1883


Cluster head selection in Wireless Sensor Network using C programming language.

3123


Design an implement of the inputs functions for event mode

2972


why nlogn is the lower limit of any sort algorithm?

2387


How to palindrom string in c language?

8921


write a simple calculator c program to perform addition, subtraction, mul and div.

3160


How can you relate the function with the structure? Explain with an appropriate example.

2928


create a C-code that will display the total fare of a passenger of a taxi if the driver press enter,the timer will stop. Every 10 counts is 2 pesos. Initial value is 25.00

6323