how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
8 24748posted 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 15274Post New GATE C Code Interview Questions
What is publish/subscribe messaging?
How to create an object in javascript?
What is the use of pgp?
Tell me how can we change the maximum size of the files to be uploaded?
How many retained earnings a/c can be defined?
Why do we need ado.net?
What is db2 bind process?
What are php data types?
How to create a testing table with test data in ms sql server?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What are the uses of stepper motor?
What kind of security is needed for web services?
what is the use of sas management console? : Sas-di
What is the abkrs feature? : hr- payroll
What are the types of array in c++?