1)what is output for the following program.
#include<stdio.h>
main()
{
int *p,*q,i;
p=(int *)100;
q=(int *)200;
i=q-p;
printf("%d",i);
}
a)100 b)25 c)0 d)compile error
Answer / pritesh
25 In cfree(4 BITS FOR INT)
50 in TC(2 BITS FOR INT)
Is This Answer Correct ? | 3 Yes | 0 No |
What is a superheterodyne receiver?
I have file with input as below : Name Value Rohan 12,13,14 Rohit 1,2,3 Output should be : Rohan 12 Rohan 13 Rohan 14 Here how will the normalize component work? Thanks
a tap can fill the empty tank in 12 hours , but due to a leak in the bottom it is filled in 15 hours. If the tank is full then tap A is closed then in how many hours the leak can empty it?
Describe VCO?
what will happpen when "MY COMPUTER" IS PERMANENTLY REMOVED FROM MY COMPUTER?
100,1,99,2,98,3...... write a C pgm to generate this series with user input for the number of nos. to b displayed..
Why did they used to make the mill chimneys so tall?
Explain diffrent parts of an instruction format.
Which software model is best suited for the Maintenance kind of project?
what are the various technique used for inter process communication?
Explain the difference between RAM and ROM? What is “Volatile Memory
Write a shell script to delete all files present in a directory “dir1”. Any error, if it occurs while carrying out this operation should be stored in a file errorlog