please give code for this 1 2 4 7 11 16
Answers were Sorted based on User's Feedback
find the size of structure without using the size of function
what are non standard function in c
How can I sort more data than will fit in memory?
What is default value of global variable in c?
main() {char a[10]={1,2,3,4,5,6};int x; for(x=0;x<4;x++){ b[x]=x+'a';} printf("%s",b);}
How do we print only part of a string in c?
write a program to find the largest and second largest integer from an array
What the different types of arrays in c?
Calculate 1*2*3*____*n using recursive function??
What does #pragma once mean?
if we take a number as a char then can we manipulate(add, subtract) on this number
How do you construct an increment statement or decrement statement in C?