What is time complexity c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

main() { unsigned int k = 987 , i = 0; char trans[10]; do { trans[i++] =(char) (k%16 > 9 ? k%16 - 10 + 'a' : '\0' ); } while(k /= 16); printf("%s\n", trans); }

4 Answers   Vector,


What are pointers? Why are they used?

0 Answers  


Explain what is the heap?

0 Answers  


related to rdbms query .

2 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,






Is a pointer a kind of array?

0 Answers  


What is the use of static variable in c?

0 Answers  


What are the modifiers available in c programming language?

0 Answers  


Write a program of advanced Fibonacci series.

0 Answers   Aspiring Minds,


Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?

8 Answers   Mascot, TCS,


Why header file is used in c?

0 Answers  


Iam a B.Tech graduate and completed my engineering in 2009, from 2005 to 2009 and after that i had done nothing.Now i want to do job and get into BPO field . Friends give me suggestions as what to say in interview... if they ask me that what would you had done ... these many years without doing job ??????? pls urgent

0 Answers  


Categories