#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

What is a pointer value and address in c?

624


How to delete a node from linked list w/o using collectons?

2082


If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above

615


What is string in c language?

617


Can one function call another?

619






Can we change the value of constant variable in c?

566


What is a sequential access file?

644


Is null valid for pointers to functions?

601


Explain the difference between ++u and u++?

633


What is the function of multilevel pointer in c?

665


How do you search data in a data file using random access method?

823


write a program to generate address labels using structures?

3999


What is realloc in c?

576


Why n++ execute faster than n+1 ?

1829


What is the symbol indicated the c-preprocessor?

688