program to find the second largest word in a paragraph amongst all words that repeat more thn twice
4 14535What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
6 9121
What is the explanation for modular programming?
Write a program which returns the first non repetitive character in the string?
When should the volatile modifier be used?
How does struct work in c?
How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
Is there any demerits of using pointer?
How many types of arrays are there in c?
difference between native and cross compilers
Why do we need functions in c?
How can I write a function analogous to scanf?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
write an algorithm to display a square matrix.
Describe static function with its usage?
Is there sort function in c?
What is difference between scanf and gets?