where does it flourished?


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

Post New Answer

More C Interview Questions

Write a program to print ASCII code for a given digit.

0 Answers   EXL, HCL,


what is difference between procedural language and functional language ?

4 Answers   Wipro,


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

0 Answers   HCL,


Explain how can I remove the trailing spaces from a string?

0 Answers  


what are non standard function in c

0 Answers  






which one is better structure or union?(other than the space occupied )

2 Answers  


How do you define CONSTANT in C?

0 Answers   ADP,


What is the use of header files?

0 Answers  


What does double pointer mean in c?

0 Answers  


What are c preprocessors?

0 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  


What is static memory allocation?

0 Answers  


Categories