how many processes will gate created execution of -------- fork(); fork(); fork(); -------- Please Explain... Thanks in advance..!
8 24881posted 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 15324Post New GATE C Code Interview Questions
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What are the four basic data structures in javascript?
How sql server executes a statement with nested subqueries?
What is the difference between routermodule.forroot() vs routermodule.forchild()? Why is it important?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
what happens to each of the three primary financial statements when gross margin decreases?
What is the function of a System Administrator?
What is the purpose of the model database?
If the framework doesn’t do what I want, can I request that a feature be added?
Explain about processing tables?
What is full text indexing in mysql?
What is the eib parameter?
What is sqlca in db2?
Can you see a loop recorder?
How to comment javascript code?