largest Of three Number using without if condition?


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

Post New Answer

More C Interview Questions

write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

0 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


What is this infamous null pointer, anyway?

0 Answers  


difference between loading and linking

1 Answers  


Explain the use of fflush() function?

0 Answers  






Do array subscripts always start with zero?

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


what is an ERP?

2 Answers   Infotech,


Please provide question papers of NATIONAL INFORMATICS CENTRE for Scientific officer

0 Answers  


What is the need of structure in c?

0 Answers  


the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }

4 Answers   CMC, TCS,


Write a C program that computes the value ex by using the formula ex =1+x/1!+x2/2!+x3+3!+………….

1 Answers  


Categories