What is optimization in c?


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

Post New Answer

More C Interview Questions

Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?

7 Answers  


what defference between c and c++ ?

6 Answers  


2. What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture,


What is FIFO?

0 Answers  


how logic is used

0 Answers  






Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

0 Answers   Case, IBM,


What are loops c?

0 Answers  


int i=~0; uint j=(uint)i; j++; printf(“%d”,j);

1 Answers  


Total of how many functions are available in c?

3 Answers  


Is there anything like an ifdef for typedefs?

0 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


how c source file in converted to exe file

5 Answers   KPIT,


Categories