#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
Is it possible for the objects to read and write themselves?
How to define new testplan attributes?
What does the @applicationscoped annotation indicate?
How many tables we can create in mysql database?
Which language Talend is written?
Why temperature rise is conducted in bus bars and isolators?
Explain Googlebot
alignment formulae for any two shafts for shim correction
Difference between Win98 and Windows XP?
Explain few examples of stored procedure over triggers?
Write a program in "C" to calculate the root of a quadratic equation ax^2+bx+c=0, where the value of a,b & c are known.
What is the difference between array and stack in data structures?
can we implement package in package?
What is bifunction in java?