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 a global variable in c?

0 Answers  


What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }

1 Answers  


Look at the Code: #include<string.h> void main() { char s1[]="abcd"; char s2[10]; char s3[]="efgh"; int i; clrscr(); i=strcmp(strcat(s3,ctrcpy(s2,s1))strcat(s3,"abcd")); printf("%d",i); } What will be the output? A)No output B) A Non Integer C)0 D) Garbage

7 Answers   Accenture,


4) Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

5 Answers  


What is volatile variable how do you declare it?

0 Answers  






the 'sizeof' operator reported a larger size than the calculated size for a structure type. What could be the reason?

0 Answers  


Why are all header files not declared in every c program?

0 Answers  


Write a program with dynamically allocation of variable.

0 Answers   Atos Origin,


How can I read in an object file and jump to locations in it?

0 Answers  


When do we get logical errors?

0 Answers  


What is quick sort in c?

0 Answers  


what are # pragma staments?

0 Answers  


Categories