1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / vignesh1988i
84
| Is This Answer Correct ? | 1 Yes | 10 No |
Post New Answer View All Answers
Write a Program to accept different goods with the number, price and date of purchase and display them
What do you understand by friend-functions? How are they used?
explain what is an endless loop?
What is multidimensional arrays
struct screen_pos{ int row, col } ;move_right(cursor)struct screen_pos *cursor;{ cursor.col++; } /* This statementhas a syntax error */What is the correct statement a) cursor.col = cursor.col + 1; b) col.cursor++; c) *cursor.col++; d) pointer
Explain what is wrong with this program statement?
Is c call by value?
What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?
Why does this code crash?
Why functions are used in c?
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 can you read a directory in a C program?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
What are the applications of c language?