R
Q. What is printed when the sample code is executed?
int y[4] = {6, 7, 8, 9}; int *ptr = y + 2; printf(“%dn”, ptr[ 1 ] );
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Property which allows to produce different executable for different platforms in C is called?
Q. What is the output of C Program?
Q. What is the Bitwise operator used to set a particular bit value to 1?
Q. The format identifier ‘%i’ is also used for _____ data type?
Q. What will you do to treat the constant 3.14 as a float?
Q. What is the name of the main function of a C program?
Q. Which of the following is not an iterative statement?
Q. What type of array is generally generated in Command-line argument?
Discusssion
Login to discuss.