What are the disadvantages of external storage class?
No Answer is Posted For this Question
Be the First to Post Answer
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
How can I find the modification date of a file?
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
can we define a function in structure?
Why array is used in c?
Explain the difference between fopen() and freopen().
what is default constructor?
main() { int i,j,A; for(A=-1;A<=1;A++) prinf("%d\t",!!A); }
Why is malloc used?
i=10,j=20 j=i,j?(i,j)?i:j:j print i,j
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;