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

Answer Posted / kumaran

400

Is This Answer Correct ?    3 Yes 46 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

The __________ attribute is used to announce variables based on definitions of columns in a table?

679


List some basic data types in c?

566


what is the difference between class and unio?

1868


Why is c so popular?

656


What are the features of the c language?

652






What are the various types of control structures in programming?

634


Who is the main contributor in designing the c language after dennis ritchie?

559


write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.

2459


What is union and structure in c?

624


What is the use of in c?

584


How can I find the modification date and time of a file?

608


explain how do you use macro?

671


What is the value of c?

579


write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.

1580


What is type qualifiers?

669