Write a program to find the biggest number of three numbers in c?


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

Post New Answer

More C Interview Questions

Why do u use # before include in a C Progam?

9 Answers   IBM,


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


how to write a data 10 in address location 0x2000

3 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


write a program to display all prime numbers

0 Answers  






Explain how do you generate random numbers in c?

0 Answers  


Can u please send me the exam pattern and also Previous papers to javed123go@gmail.com

0 Answers  


const char * char * const What is the differnce between the above tow?.

6 Answers   Ramco, TCS,


Explain the array representation of a binary tree in C.

0 Answers   Genpact,


write a c programs to do multiplication of two numbers with out using arithmatic operator ??????????

7 Answers   Infosys, TCS,


What should malloc() do? Return a null pointer or a pointer to 0 bytes?

0 Answers  


void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?

4 Answers   Groupon,


Categories