Is there any algorithm to search a string in link list in
the minimum time?(please do not suggest the usual method of
traversing the link list)
In the DOS enveronment, normal RAM that resides beyond the 1mb mark. a) expanded memory b) swapped memory c) Extended memory d) none
How can you find out how much memory is available?
Is c still relevant?
What is the difference between struct and typedef struct in c?
What is a class c rental property?
What is the difference between call by value and call by reference in c?
What do you mean by scope of a variable in c?
How variables are declared in c?
4. main() { int c=- -2; printf("c=%d",c); }
How will you delete a node in DLL?
class foo { public: static int func(const char*& p) const; }; This is illegal, why?
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.