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 / nagel
what you have given for this is wrong there is some formula
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you redirect a standard stream?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the difference between int main and void main in c?
What is a example of a variable?
Who developed c language?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is meant by errors and debugging?
What is ctrl c called?
What is the size of enum in bytes?
How can you tell whether a program was compiled using c versus c++?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
What is a static function in c?
Explain the difference between ++u and u++?
What library is sizeof in c?