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

nic scientist exam

1 Answers   NIC,


What is the diffrent between while and do while statement ?

6 Answers  


int x=5; printf("%d%d%d",x,x<<2,x>>2);

2 Answers   TANCET,


Can a local variable be volatile in c?

0 Answers  


C program to perform stack operation using singly linked list

3 Answers  






Suggesting that there can be 62 seconds in a minute?

0 Answers  


Explain what is the benefit of using an enum rather than a #define constant?

0 Answers  


What is the difference between exit() and _exit() function in c?

0 Answers  


in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures

0 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


Explain do array subscripts always start with zero?

0 Answers  


differnce between do and do while

3 Answers   DOEACC,


Categories