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
What is the purpose of macro in C language?
what is a constant pointer in C
Can two or more operators such as and be combined in a single line of program code?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
to get a line of text and count the number of vowels in it
Explain function?
Explain what math functions are available for integers? For floating point?
what is ans for this scanf(%%d",c);
what is the use of using linked list and array?
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }
What is the purpose of void in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?