What is the significance of c program algorithms?


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

Post New Answer

More C Interview Questions

What is a null pointer in c?

0 Answers  


What is advantage of pointer in c?

0 Answers  


What is const and volatile in c?

0 Answers  


how i m write c program 1.check prime number 2.prime number series

1 Answers  


Can you assign a different address to an array tag?

0 Answers  






how does printf function work

1 Answers  


int a[3][5]={ {1,2,3,4,5],{2,3,4,5,6},{10,11,12,13,14}}; int *p=&a; printf(ā€œ%dā€,*(*(x+1)+3));

2 Answers   Wipro,


about c language

0 Answers  


can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?

2 Answers  


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


What is a loop?

0 Answers  


In which area global, external variables are stored?

3 Answers  


Categories