what value is returned to operating system after program
execution?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of using Unions?
why we need function pointers?
How to reverse a string using a recursive function, with swapping?
What is %d called in c?
what is c++ programming?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Explain what is the use of a semicolon (;) at the end of every program statement?
What does 1f stand for?
how to find the size of the data type like int,float without using the sizeof operator?
What is structure in c language?
what is the code to display color fonts in the output?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above