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

Explain what is dynamic data structure?

0 Answers  


is assignment operator is arithmatic or not

3 Answers   Infosys,


What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers

0 Answers  


What are the characteristics of arrays in c?

0 Answers  


What are the rules for the identifier?

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


Where are c variables stored in memory?

0 Answers  


write a C program : To find out the number of identical words in two files . the file name should be taken as command line argument .

1 Answers   Subex,


what will be the output of" printf("%d%d",scanf("%d% d",&a&b));"

4 Answers  


What will be the output of the following program #include<stdio.h> void main() { int i=20; i-=i+++++i++; printf("%d",i); }

5 Answers  


write a program to interchange the value between two variable without using loop

1 Answers  


main() { printf(5+"good morning"); printf("%c","abcdefgh"[4]); }the o/p is morning and e...how someone explain

1 Answers  


Categories