1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / narayana murthy.ch
82
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Explain the Difference between the New and Malloc keyword.
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
Explain 'bit masking'?
What is the difference between ++a and a++?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
How do you determine whether to use a stream function or a low-level function?
FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above
What are volatile variables in c?
What is the easiest sorting method to use?
What are the different types of objects used in c?
What is the purpose of the preprocessor directive error?
What does *p++ do?
Explain bitwise shift operators?
Is javascript written in c?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file