Find MAXIMUM of three distinct integers using a single C statement


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

Post New Answer

More C Interview Questions

program for swapping two strings by using pointers in c language

1 Answers  


What are the 4 types of organizational structures?

0 Answers  


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


What is the use of getchar functions?

0 Answers  






Is c object oriented?

0 Answers  


What are static variables in c?

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


What is the difference between %d and %i?

0 Answers  


How are 16- and 32-bit numbers stored?

0 Answers  


Explain the concept and use of type void.

0 Answers  


Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?

4 Answers   Oracle,


Categories