What is the need of structure in c?


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

Post New Answer

More C Interview Questions

what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year

7 Answers   TCS,


What is the difference between call by value and call by reference in c?

0 Answers  


why do we use pointer instead directly acessing the data?

2 Answers  


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

0 Answers  


can we access one file to one directory?

1 Answers  






print the following using nested for loop. 5 4 3 2 1 1 2 3 4 3 2 1 1 2 1 2 1 1 2 3 4 3 2 1 1 2 3 4 5

7 Answers   IBM,


Why is c fast?

0 Answers  


What is merge sort in c?

0 Answers  


Explain how do you declare an array that will hold more than 64kb of data?

0 Answers  


why u join this call center?

6 Answers   DELL,


How can a number be converted to a string?

1 Answers  


how to do in place reversal of a linked list(singly or doubly)?

3 Answers  


Categories