R
Q. How to write a comment on a single line?
If your comment is short, you should use a double slash (//) followed by your comment. For example: // this is a comment If your comment is long, type your comment between (/* and */). For example: /* this is a multi-line comment */
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following statement is True?
Q. Which function is used to delete the allocated memory space?
Q. Choose a correct statement about C Language Functions.
Q. In compilation process at what sequence Preprocessor comes into picture?
Q. Which of the following is not an iterative statement?
Q. What is the limit for number of functions in a C Program.?
Q. The continue statment cannot be used with
Q. Dynamic memory allocation follows steps in a particular order, which one?
Q. Specify the 2 library functions to dynamically allocate memory?
Discusssion
Login to discuss.