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

Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


Explain the difference between malloc() and calloc() in c?

0 Answers  


When would you use a pointer to a function?

0 Answers  


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

9 Answers   IBM,


a<<1 is equivalent to a) multiplying by 2 b) dividing by 2 c) adding 2 d)none of the above

2 Answers   HCL, NBN,






what is difference between strcmp & palindrome?

3 Answers  


Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


main() { char *p; p="Hello"; printf("%c\n",*&*p); }

2 Answers   ME,


What is the scope of local variable in c?

0 Answers  


How can this be legal c?

0 Answers  


How do I initialize a pointer to a function?

2 Answers  


What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file

0 Answers  


Categories