T
Q. Which is the correct syntax to declare an array in C?
The correct syntax to declare an array in C is: data_type array_name[array_size];
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of the following statements ?
Q. Arguments passed to a function in C language are called ___ arguments.
Q. Expand or Abbreviate ASCII with regard to C Language.
Q. Which of the following is not a valid statement?
Q. Which of the following is true
Q. With what do you replace the ???? to make the function shown below return the correct answer?
Q. Which of the following are true regardless of the implementation ?
Discusssion
Login to discuss.