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

Answer Posted / vignesh1988i

output is : 400

Is This Answer Correct ?    36 Yes 18 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a varargs function which accepts a float parameter?

580


What are the key features in c programming language?

618


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

1452


Write a C program to accept a matrix of any size. Find the frequency count of each element in the matrix and positions in which they appear in the matrix

1519


Where define directive used?

607






How can I list all of the predefined identifiers?

582


diff between exptected result and requirement?

1596


What is the difference between NULL and NUL?

729


What is data structure in c language?

608


why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above

655


What is a memory leak? How to avoid it?

578


When is the “void” keyword used in a function?

840


Explain how do you generate random numbers in c?

627


Do you know what are the properties of union in c?

586


What are the advantages of union?

628