#define d 10+10
main()
{
printf("%d",d*d);
}

Answer Posted / mangal bhaldare

the value of d is 10+10
so the result is
(10+10)*(10+10)
=120

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

768


Write a program to check armstrong number in c?

637


What is the use of c language in real life?

535


I have a varargs function which accepts a float parameter?

583


Difference between MAC vs. IP Addressing

644






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.

656


Describe the steps to insert data into a singly linked list.

624


How can I manipulate strings of multibyte characters?

641


Discuss the function of conditional operator, size of operator and comma operator with examples.

682


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

579


What is a char in c?

559


What is meant by int main ()?

721


How many parameters should a function have?

670


What is the best organizational structure?

644


What is the use of ?

628