ratio,age,persentage


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

Post New Answer

More C Interview Questions

what is the use of c program?

4 Answers   Synergy, Web Synergies,


What is the role of this pointer?

0 Answers  


How was c created?

0 Answers  


What is the difference between pure virtual function and virtual function?

0 Answers  


How do you initialize function pointers? Give an example?

3 Answers  






int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  


What is a good way to implement complex numbers in c?

0 Answers  


HOW TO HANDLE EXCEPTIONS IN C

8 Answers  


what is output? main() { #define SQR(x) x++ * ++x int i = 3; printf(" %d %d ",SQR(i),i * SQR(i)); } a)9 27 b)35 60 c)20 60 d)15 175

5 Answers   Wipro,


What are # preprocessor operator in c?

0 Answers  


Write a code of a general series where the next element is the sum of last k terms.

0 Answers   Aspiring Minds,


how do you execute a c program in unix.

0 Answers  


Categories