two progs are given. one starts counting frm 0 to MAX and
the other stars frm MAX to 0. which one executes fast.
Answer Posted / venkatesh
depends on program
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are different storage class specifiers in c?
What does %c mean in c?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How to establish connection with oracle database software from c language?
What is the purpose of scanf() and printf() functions?
List some applications of c programming language?
What is keyword in c?
Explain what is a static function?
What is c token?
How many keywords are there in c?
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
Is c programming hard?
Is c is a high level language?
What are formal parameters?
what are the advanced features of functions a) function declaration and prototypes b) calling functions by value or by reference c) recursion d) all the above