1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / hitesh patel
85
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
Why does the call char scanf work?
Why does this code crash?
How do you print an address?
Explain the Difference between the New and Malloc keyword.
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
What is getch c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
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
What is wrong in this statement?
Explain is it better to bitshift a value than to multiply by 2?
What are the types of macro formats?
What are different storage class specifiers in c?
When the macros gets expanded?