how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
8 24762posted by surbhi just now main() { float a = 5.375; char *p; int i; p=(char*)&a; for(i=0;i<=3;i++) printf("%02x",(unsigned char) p[i]); } how is the output of this program is :: 0000ac40 please let me know y this output has come
2 15275Post New GATE C Code Interview Questions
what is the recommended next step if you noticed from the search terms report that certain terms are leading to a high number of clicks on your ads?
What is the difference between local link popularity and global link popularity
What is meant by transfer of data from legacy code to sap?
What is thread join in python?
What does a data scientist do?
Mention what is the use of option explicit in vbscript?
What do you mean by synchronicity?
Give the use of session object.
What factors you should consider while creating a newsletter for a customer?
List the various privileges that a user can grant to another user?
How to use query performance counter?
Explain binding of instructions and data to memory?
What is a workflow task? : salesforce admin
What is difference between mysql and postgresql?
What does `$result = f() .. g()' really return?