main()

{

char c;

int i = 456;

clrscr();

c = i;

printf("%d", c);

}

a. 456

b. -456

c. random number

d. none of the above

Answer Posted / karthi

d.none of the above

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1781


why nlogn is the lower limit of any sort algorithm?

2357


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2210


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

2901


how to test pierrot divisor

2242






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??

4122


write a program for area of circumference of shapes

2020


What is the difference between proc means and proc tabulate ? explain with a simple example when you have to use means or tabulate?

3691


Design an implement of the inputs functions for event mode

2946


could you please send the program code for multiplying sparse matrix in c????

3057


What is full form of PEPSI

1845


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

2309


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

3674


What is data _null_? ,Explain with code when u need to use it in data step programming ?

2802


Write a routine to implement the polymarker function

4364