main()
{int a=200*200/100;
printf("%d",a);
}

Answer Posted / rukmanee

int a=200*200/100;
=200*2;
=400;
the value of a=400

Is This Answer Correct ?    1 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why functions are used in c?

710


What is the auto keyword good for?

710


Write a program to reverse a given number in c?

682


What's the right way to use errno?

728


What is a buffer in c?

670






What are different types of pointers?

655


Can stdout be forced to print somewhere other than the screen?

717


How can my program discover the complete pathname to the executable from which it was invoked?

744


What are global variables and explain how do you declare them?

693


An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above

798


What is chain pointer in c?

692


define string ?

762


Explain how can a program be made to print the line number where an error occurs?

787


How to compare array with pointer in c?

709


What is calloc()?

711