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

What are the rules for identifiers in c?

0 Answers  


What is the difference between #include <header file> and #include “header file”?

0 Answers  


# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }

5 Answers  


Where is c used?

0 Answers  


Write a code on reverse string and its complexity.

0 Answers   Expedia,






write a c program that prints all multiples of 3between 1 and 50.

5 Answers  


What is extern keyword in c?

0 Answers  


What are the scope of static variables?

0 Answers  


consider the following structure: struct num nam{ int no; char name[25]; }; struct num nam n1[]={{12,"Fred"},{15,"Martin"},{8,"Peter"},{11,Nicholas"}}; ..... ..... printf("%d%d",n1[2],no,(*(n1 + 2),no) + 1); What does the above statement print? a.8,9 b.9,9 c.8,8 d.8,unpredictable value

4 Answers   TCS,


What are high level languages like C and FORTRAN also known as?

0 Answers  


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2 Answers   Cap Gemini, HCL,


what are bitwise shift operators?

4 Answers  


Categories