1,4,8,13,21,30,36,45,54,63,73,?,?.
Answer Posted / arun
81,91
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
Why is it important to memset a variable, immediately after allocating memory to it ?
Which header file should you include if you are to develop a function which can accept variable number of arguments?
What is the code in while loop that returns the output of given code?
Explain the advantages and disadvantages of macros.
Why c is called a middle level language?
What is an array in c?
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?
Dont ansi function prototypes render lint obsolete?
Explain what is output redirection?
Explain the difference between the local variable and global variable in c?
Why do we use int main instead of void main in c?
What do you know about the use of bit field?
What is the use of structure padding in c?
In c language can we compile a program without main() function?
What is the size of enum in bytes?