how to implement stack work as a queue?
Answers were Sorted based on User's Feedback
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
Explain what’s a signal? Explain what do I use signals for?
can a union be self-referenced?
consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is
In CMM or CMMI certified organizations,we assess only the standard software processes of the organization. We do not assess the organizations other functional departments like HR or Admin. Then how can we certify the entire organization as CMM level company?? We have assessed only software related activities. Right. There is no relation with other departments like Accounts, HR or Admin. Then how can we claim that the whole company is a CMM certified company?
What is a segmentation fault?
write a program to print %d ?
what is meant by c
What does void main () mean?
what is the use of #pragma pack, wer it is used?
What are identifiers c?
What does d mean?