ratio,age,persentage


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

Post New Answer

More C Interview Questions

pick out the odd one out of the following a.malloc() b.calloc() c.free() d.realloc()

2 Answers   TCS, ZenQ,


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

0 Answers   Subex,


What oops means?

0 Answers  


what is the structure?

4 Answers   TCS,


what is the output of the following program and explain the answer #include<stdio.h> exp() { main(5) } main(int a) { printf("%d",a); return; }

3 Answers   Satyam,






Why is c called c not d or e?

0 Answers  


Which type of language is c?

0 Answers  


A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor

0 Answers  


How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?

2 Answers  


What does int main () mean?

0 Answers  


Explain what is gets() function?

0 Answers  


write an interactive program to generate the divisors of a given integer.

7 Answers   TCS,


Categories