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

I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion

0 Answers   Mindteck,


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


Why do we use return in c?

0 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  






What is the difference between far and near ?

0 Answers  


Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


main() { printf("hello"); fork(); }

0 Answers   Wilco,


How are portions of a program disabled in demo versions?

0 Answers  


do you think its fraud or original company?

0 Answers  


how can i get output like this? 1 2 3 4 5 6

6 Answers   Excel,


Explain what is the purpose of "extern" keyword in a function declaration?

0 Answers  


Categories