program to find the second largest word in a paragraph amongst all words that repeat more thn twice
4 14711What are the phases in s/w developed life cycle? wat is the diff b/w stack & queue...where do we use stack
6 9379
What is scope and lifetime of a variable in c?
What are examples of structures?
Explain what are global variables and explain how do you declare them?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
FILE PROGRAMMING
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
Define recursion in c.
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
int i=10; printf("%d %d %d", i, i=20, i);
What is this pointer in c plus plus?
Is c weakly typed?
program to convert a integer to string in c language'
If you know then define #pragma?
What do you know about the use of bit field?
Explain about the constants which help in debugging?