program to find the second largest word in a paragraph amongst all words that repeat more thn twice
4 14410What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
6 8960
How can type-insensitive macros be created?
What is else if ladder?
What is function prototype in c language?
What is volatile, register definition in C
When should I declare a function?
What is a spanning Tree?
How are Structure passing and returning implemented by the complier?
What is the sizeof () operator?
What are the different types of objects used in c?
Why doesnt this code work?
Explain what is the difference between the expression '++a' and 'a++'?
How does #define work?
How to write a code for reverse of string without using string functions?
What is the general form of function in c?
How does sizeof know array size?