#include<stdio.h>
int main()
{
int a[3][3][2]=
{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18};
printf("%d\n",*(*(*a+1));
return 0;
}
What will be the output of the above question? And how?
Answer Posted / nikhil kumar sahu
Error...
one Right parenthesis is missing for printf function
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the difference between class and object in c?
What is a substring in c?
What are types of functions?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is pass by reference in functions?
What is %s and %d in c?
Why static is used in c?
What is the purpose of realloc()?
What are the preprocessor categories?
What are the different types of endless loops?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Differentiate between ordinary variable and pointer in c.
c programs are converted into machine language with the help of a) an interpreter b) a compiler c) an operatinf system d) none of the above
What is else if ladder?
how do you programme Carrier Sense Multiple Access