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

Answer Posted / hussain reddy

120

Is This Answer Correct ?    8 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program to concatenation the string using switch case?

1566


Place the #include statement must be written in the program?

576


What is console in c language?

619


Explain what are the standard predefined macros?

659


how could explain about job profile

1460






What are file streams?

574


What is multidimensional arrays

637


Explain the difference between #include "..." And #include <...> In c?

635


What are header files and what are its uses in C programming?

642


illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question

1592


What are preprocessor directives in c?

643


What is the purpose of ftell?

605


What does 3 periods mean in texting?

604


Differentiate Source Codes from Object Codes

830


Is exit(status) truly equivalent to returning the same status from main?

591