Answer Posted / guest
top down approach
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Here is a neat trick for checking whether two strings are equal
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is the difference between %d and %i?
HOW TO SOLVE A NUMERICAL OF LRU IN OS ??????
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
Explain is it better to bitshift a value than to multiply by 2?
What is adt in c programming?
What are data structures in c and how to use them?
Is c weakly typed?
Explain the advantages and disadvantages of macros.
Is there a way to have non-constant case labels (i.e. Ranges or arbitrary expressions)?
What is an lvalue?
Why n++ execute faster than n+1 ?
Can 'this' pointer by used in the constructor?
Are global variables static in c?