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

Answer Posted / pawan singh

400

Is This Answer Correct ?    12 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all different types of pointers in c?

579


Why can’t constant values be used to define an array’s initial size?

837


What does c value mean?

629


What are the salient features of c languages?

625


Can we use any name in place of argv and argc as command line arguments?

610






How many types of operator or there in c?

603


code for quick sort?

1622


What is hungarian notation? Is it worthwhile?

699


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

718


What is extern variable in c with example?

538


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

604


How would you rename a function in C?

622


what do you mean by enumeration constant?

599


Explain how can I convert a string to a number?

643


Why we use stdio h in c?

584