What's the best way of making my program efficient?


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

Post New Answer

More C Interview Questions

how to devloped c lenguege?

4 Answers  


please give me a VIRTUSA sample palcement papers.... you will only send TECHNICAL SECTION..... that is help for me Advance Thanks........................

0 Answers  


how to get the starting address of file stored in harddisk through 'C'program.

2 Answers   Siemens,


why we are using semicolon at the end of printh statment

2 Answers   HCL,


Is it possible to create recycle bin in mobiles?

2 Answers  






Write a program that accept anumber in words

0 Answers  


what is difference between overriding and overloading?

1 Answers  


C program code int zap(int n) { if(n<=1)then zap=1; else zap=zap(n-3)+zap(n-1); } then the call zap(6) gives the values of zap [a] 8 [b] 9 [c] 6 [d] 12 [e] 15

6 Answers   TCS, Wipro,


Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


how to set Nth bit of a variable?

1 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


Categories