How would you rename a function in C?


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

Post New Answer

More C Interview Questions

Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?

1 Answers   HCL,


What are 3 types of structures?

0 Answers  


What are the differences between Structures and Arrays?

0 Answers   TCS,


Explain threaded binary trees?

0 Answers  


read a number & print all its devisors using c-program?

3 Answers  






what is the c.

3 Answers   IBM, TCS,


Write a program to swap two numbers without using third variable in c?

0 Answers  


What is a list in c?

0 Answers  


int i=0,j; j=++i + ++i ++i; printf(" %d",j);

2 Answers   ME,


Why main is used in c?

0 Answers  


What is the output for the program given below typedef enum grade{GOOD,BAD,WORST,}BAD; main() { BAD g1; g1=1; printf("%d",g1); }

4 Answers   ADITI,


Write a program to add a given duration with time(24hrs format)

1 Answers   Protech,


Categories