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

Is it possible to initialize a variable at the time it was declared?

0 Answers  


Explain Basic concepts of C language?

0 Answers   EXL,


the maximum value that an integer constant can have is a) -32767 b) 32767 c) 1.701e+38 d) -1.7014e+38

1 Answers  


WHAT IS HEADER?

8 Answers   ProKarma, TCS,


in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.

0 Answers   TCS,






What is the output for the following program #include<stdio.h> main() { char a[5][5],flag; a[0][0]='A'; flag=((a==*a)&&(*a==a[0])); printf("%d\n",flag); }

5 Answers   ADITI, Wipro,


What is printf () in c?

0 Answers  


which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above

0 Answers  


What are comments and how do you insert it in a C program?

0 Answers  


What are loops in c?

0 Answers  


Write a pro-gramme to determine whether the number is even or odd?

1 Answers  


How can I set an array's size at run time?

9 Answers  


Categories