if a is an integer variable, a=5/2; will return a value

a) 2.5

b) 3

c) 2

d) 0


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25

0 Answers  


Write a function to find the area of a triangle whose length of three sides is given

2 Answers  


what is difference between ANSI structure and C99 Structure?

1 Answers   Wipro,


What are structures and unions? State differencves between them.

0 Answers   iNautix,


Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table

3 Answers   Value Labs,






What type is sizeof?

0 Answers  


How can I call a function, given its name as a string?

4 Answers   ABC Telecom,


What is return type in c?

0 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


How can I run c program?

0 Answers  


How do I get a null pointer in my programs?

0 Answers  


Is there any data type in c with variable size?

0 Answers  


Categories