main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}
Answer Posted / honey
000 PRINTED
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is line in c preprocessor?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is the explanation for the dangling pointer in c?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Is it fine to write void main () or main () in c?
Write the control statements in C language
Can we declare function inside main?
What is the meaning of typedef struct in c?
What is the most efficient way to store flag values?
What is c preprocessor mean?
What are c preprocessors?
Why we write conio h in c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is typedef example?