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

Which one would you prefer - a macro or a function?

0 Answers  


how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?

0 Answers   TCS,


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

3 Answers   VB,


Write a C program that reads a series of strings and prints only those ending in "ed"

2 Answers   Accenture,


What are pointers? What are different types of pointers?

0 Answers   Fidelity,


Can the “if” function be used in comparing strings?

0 Answers  


What is the difference between array and pointer?

0 Answers  


How do shell structures work?

0 Answers  


what is the output of the following program? main() { int i=-1,j=-1,k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d %d %d %d %d",i,j,k,l,m); }

7 Answers  


which of 'arrays' or 'pointers' are faster?

5 Answers  


What will happen when freeing memory twice

2 Answers  


What is multidimensional arrays

0 Answers  


Categories