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
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
Write a function to find the area of a triangle whose length of three sides is given
what is difference between ANSI structure and C99 Structure?
What are structures and unions? State differencves between them.
Efficient data structure for store/search list of 1000 records a)array b)double linked list c)circular queue d)hash table
What type is sizeof?
How can I call a function, given its name as a string?
What is return type in c?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
How can I run c program?
How do I get a null pointer in my programs?
Is there any data type in c with variable size?