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 ?    49 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I automatically locate a programs configuration files in the same directory as the executable?

722


What is the purpose of scanf() and printf() functions?

806


Is fortran still used in 2018?

686


When is the “void” keyword used in a function?

970


i have a written test for microland please give me test pattern

2305






What is union and structure?

658


Explain indirection?

740


What are the string functions? List some string functions available in c.

691


Explain void pointer?

683


Why shouldn’t I start variable names with underscores?

710


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

760


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

756


Explain what are its uses in c programming?

675


What are reserved words with a programming language?

685


What are the different types of endless loops?

722