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 diffrence between string and character array?
write a c program to check weather a particluar bit is set or not?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986
What is a 'null pointer assignment' error?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
What is wrong with this declaration?
what is the difference between these initializations? Char a[]=”string”; Char *p=”literal”; Does *p++ increment p, or what it points to?
How will you allocate memory to double a pointer?
Write a program for the following series? 1 121 12321 1234321 123454321 12345654321 1234567654321 123456787654321 12345678987654321 1234567890987654321 123456789010987654321 12345678901210987654321 1234567890123210987654321 .........1234321............ ..........123454321............ ..........12345654321............ 7 8 9 0 1 Pls............?
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
input may any number except 1,output will always 1.. conditions only one variable should be declare,don't use operators,expressions,array,structure