write a program fibonacci series and palindrome program in c


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

Post New Answer

More C Interview Questions

A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


Which node is more powerful and can handle local information processing or graphics processing?

0 Answers  


What's wrong with "char *p = malloc(10);" ?

4 Answers  


What is the meaning of c in c language?

0 Answers  






What is difference between array and pointer in c?

0 Answers  


What is void c?

0 Answers  


Can we use any name in place of argv and argc as command line arguments?

0 Answers  


You are given a string which contains some special characters. You also have set of special characters. You are given other string (call it as pattern string). Your job is to write a program to replace each special characters in given string by pattern string. You are not allowed to create new resulting string. You need to allocate some new memory to given existing string but constraint is you can only allocate memory one time. Allocate memory exactly what you need not more not less.

2 Answers   Microsoft,


What is .obj file in c?

0 Answers  


LOGIC OF Bodmas?

1 Answers  


How would you use the functions fseek(), freed(), fwrite() and ftell()?

0 Answers   Aspire, Infogain, TISL,


Categories