main()
{
int arr[5]={23,67};
printf("%d%d%d",arr[2],arr[3],arr[4]);
}

Answer Posted / ismail

garbage value

Is This Answer Correct ?    5 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I insert or delete a line (or record) in the middle of a file?

565


What is openmp in c?

602


Write a program to print fibonacci series using recursion?

578


When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?

575


How will you declare an array of three function pointers where each function receives two ints and returns a float?

770






Explain the use of 'auto' keyword

667


In C programming, what command or code can be used to determine if a number of odd or even?

614


Why is it that not all header files are declared in every C program?

670


Is javascript based on c?

586


What is the difference between printf and scanf in c?

739


How to write a multi-statement macro?

614


Explain which function in c can be used to append a string to another string?

574


What does %c mean in c?

639


What are the different types of control structures?

576


What is the purpose of void pointer?

589