main()
{
int x, arr[8]={11,22,33,44,55,66,77,88};
x=(arr+2)[3];
printf(ā%dā,x);
}
Answer Posted / priya
i want answer for this
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
a program that can input number of records and can view it again the record
Can a pointer point to null?
Explain how do you determine whether to use a stream function or a low-level function?
What is a macro?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
How can you determine the size of an allocated portion of memory?
Is anything faster than c?
#include
Is there sort function in c?
What is type qualifiers?
State the difference between realloc and free.
Create a simple code fragment that will swap the values of two variables num1 and num2.
Which header file is used for clrscr?
what are # pragma staments?
What does %p mean?