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
a program that can input number of records and can view it again the record
Write programs for String Reversal & Palindrome check
a parameter passed between a calling program and a called program a) variable b) constant c) argument d) all of the above
What is the advantage of a random access file?
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
can we change the default calling convention in c if yes than how.........?
What is time complexity c?
Array is an lvalue or not?
Why is c called a mid-level programming language?
What is pointer and structure in c?
What type of function is main ()?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
What is the difference between array_name and &array_name?