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

Write a programme to find even numbers without using any conditional statement?

3 Answers   ADD Software, Infosys,


If I want to initialize the array like. int a[5] = {0}; then it gives me all element 0. but if i give int a[5] = {5}; then 5 0 0 0 0 is ans. what will I do for all element 5 5 5 5 5 in a single statement???

3 Answers   Amdocs, IBM,


What does != Mean in c?

0 Answers  


What is %lu in c?

0 Answers  


how is the examination pattern?

0 Answers   Wipro,






what is the difference between definition and declaration? give me some examples.

2 Answers   TCS,


write a program to find out number of on bits in a number?

17 Answers   Huawei, Microsoft,


What does nil mean in c?

0 Answers  


Is c object oriented?

0 Answers  


What is use of #include in c?

0 Answers  


C program to find all possible outcomes of a dice?

0 Answers  


What is an example of structure?

0 Answers  


Categories