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)
Which is best linux os?
Compare interpreters and compilers.
What is the use of pointers in C?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What is use of bit field?
What is a macro, and explain how do you use it?
Do you know the purpose of 'register' keyword?
What is volatile, register definition in C
Explain what standard functions are available to manipulate strings?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
What is the role of this pointer?
What is pointer in c?
What are Macros? What are its advantages and disadvantages?
What is string constants?