main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / kantilal
000
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
What is difference between array and pointer in c?
What is ## preprocessor operator in c?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
For what purpose null pointer used?
What is c++ used for today?
Is c easier than java?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
How can you restore a redirected standard stream?
Calculate 1*2*3*____*n using recursive function??
What are # preprocessor operator in c?
What does c mean in basketball?
what is ur strangth & weekness
How we can insert comments in a c program?
How can a program be made to print the name of a source file where an error occurs?