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)
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you declare an array that will hold more than 64kb of data?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
Write a program to print fibonacci series without using recursion?
diff .between strcture and union
hi , please send me NIC written test papers to sbabavalli@gmail.com
How can I access an I o board directly?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
how to convert an char array to decimal array
Eight queens puzzle