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
I have a varargs function which accepts a float parameter?
What is quick sort in c?
Difference between exit() and _exit() function?
Why c is a mother language?
What is scanf () in c?
How pointers are declared?
What does sizeof function do?
What is the difference between char array and char pointer?
a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none
Write a program of prime number using recursion.
Where static variables are stored in memory in c?
where are auto variables stored? What are the characteristics of an auto variable?
Explain Basic concepts of C language?
Difference between pass by reference and pass by value?
Define C in your own Language.