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


Please Help Members By Posting Answers For Below Questions

How many identifiers are there in c?

571


How can I copy just a portion of a string?

808


What is a nested formula?

597


Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?

745


Write a program to compute the similarity between two strings - The program should get the two strings as input - Then it will output one single number which is the percentage of similarity between the two strings

2242






List the variables are used for writing doubly linked list program.

1614


What is the difference between fread and fwrite function?

629


Can you please explain the difference between exit() and _exit() function?

584


Why ca not I do something like this?

583


Explain what does the function toupper() do?

627


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1488


What is the scope of static variable in c?

521


Under what circumstances does a name clash occur?

683


What is the use of putchar function?

644


Explain the difference between the local variable and global variable in c?

592