main()
{
int a[10];
printf("%d",*a+1-*a+3);
}

Answer Posted / rameshp

ans is 4.
bec
*a+1-*a+3= 4 +*a,-*a ll be cancel....so ans s 4...

Is This Answer Correct ?    48 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you please compare array with pointer?

605


write a proram to reverse the string using switch case?

2453


With the help of using classes, write a program to add two numbers.

609


What is a buffer in c?

564


What are the types of i/o functions?

665






Tell me what is null pointer in c?

599


What is meant by errors and debugging?

637


What are dangling pointers in c?

629


Why is c platform dependent?

609


What is variable initialization and why is it important?

607


How do you convert strings to numbers in C?

698


What are the restrictions of a modulus operator?

623


What is pointers in c?

637


How many header files are in c?

539


Are global variables static in c?

660