Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
No Answer is Posted For this Question
Be the First to Post Answer
how can we Declare a variable in c without defining it.
What should be keep precautions while using the recursion method?
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
how the compiler treats any volatile variable?Explain with example.
What is the explanation for cyclic nature of data types in c?
what is the output of the code and how? main() { int *ptr,x; x=sizeof(ptr); printf("%d",x); }
#include<std.h> int main() { char *str[]={"Frogs","Do","Not","Die","They","Croak!"}; printf("%d %d\n",sizeof(str),strlen(str)); ...return 0; } what will the output of the above program?
main() { float a=3.2e40; printf("%d",a); }
difference between c and c++?
Why header file is used in c?
Why is c not oop?
How can I use a preprocessorif expression to ?