in linking some of os executables are linking name some of them
No Answer is Posted For this Question
Be the First to Post Answer
Discuss similarities and differences of Multiprogramming OS and multiprocessing OS?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
How do you use a 'Local Block'?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
Which one would you prefer - a macro or a function?
what is mean by Garbage collection ? Please answer me. Advance thanks.
4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it. i have done maximum par but i m findind problem in the commented area. please help...
How can I prevent other programmers from violating encapsulation by seeing the private parts of my class?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789