please give code for this 1 2 4 7 11 16
Answers were Sorted based on User's Feedback
What is the exact difference between '\0' and ""
What are global variables?
how to print 212 as Twohundreds twelve plz provide me ans soon
find largest element in array w/o using sorting techniques.
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Write a function that accepts a sentence as a parameter, and returns the same with each of its words reversed. The returned sentence should have 1 blank space between each pair of words. Demonstrate the usage of this function from a main program. Example: Parameter: “jack and jill went up a hill” Return Value: “kcaj dna llij tnew pu a llih”
implement OR gate without using any bitwise operator.
Write any data structure program (stack implementation)
Why can’t constant values be used to define an array’s initial size?
What is f'n in math?
How to define structures? ·
What is the explanation for prototype function in c?