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
In which language linux is written?
Where in memory are my variables stored?
What is hashing in c?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What would be an example of a structure analogous to structure c?
What is the difference between procedural and functional programming?
How do you define CONSTANT in C?
how do you programme Carrier Sense Multiple Access
When should a far pointer be used?
When should the register modifier be used? Does it really help?
What is a built-in function in C?
Define and explain about ! Operator?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
How does pointer work in c?
Explain can the sizeof operator be used to tell the size of an array passed to a function?