please give code for this 1 2 4 7 11 16

Answer Posted / guest

1 10 100 111 1011 1111

Is This Answer Correct ?    6 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

717


What is the purpose of main( ) in c language?

606


What is the value of h?

574


Explain how can I write functions that take a variable number of arguments?

602


Why c is called free form language?

557






Combinations of fibanocci prime series

1094


How can a number be converted to a string?

586


An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above

637


Synonymous with pointer array a) character array b) ragged array c) multiple array d) none

603


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1490


Where are local variables stored in c?

560


What is the difference between printf and scanf )?

577


What is far pointer in c?

795


Is c pass by value or reference?

582


Can you add pointers together? Why would you?

628