What is 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

main() { int ptr[] = {1,2,23,6,5,6}; printf("%d",&ptr[3]-&ptr[0]); }

8 Answers   Vector,


What are the storage classes in C?

0 Answers  


What is meaning of tree

0 Answers  


Write any data structure program (stack implementation)

1 Answers   HTC,


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

0 Answers  






How do I get a null pointer in my programs?

0 Answers  


what is diff b/w huge & far & near pointer??

1 Answers   HCL,


how to convert binary to decimal and decimal to binary in C lanaguage

7 Answers   BPO, Far East Promotions, IBM, RBS,


Write a program for deleting duplicate elements in an array

3 Answers   Subex,


Can we compile a program without main() function?

0 Answers  


increment operateor (++)and decrament(--) #include<stdio.h> #inclide<conio.h> main() { int x=15; while(x!=0) scanf("%d",&x); {

2 Answers   HCL, Syntel, TCS,


x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????

3 Answers  


Categories