What do you mean by recursion in c?
No Answer is Posted For this Question
Be the First to Post Answer
. Consider the following program main() { int a[5]={1,3,6,7,0}; int *b; b=&a[2]; } The value of b[-1] is (A) 1 (B) 3 (C) -6 (D) none
What is sizeof int in c?
Why is c used in embedded systems?
what is a function pointer and how all to declare ,define and implement it ???
How can I write functions that take a variable number of arguments?
Why do we use namespace feature?
Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?
ratio,age,persentage
what is difference b/w extern & volatile variable??
how can i get this by using for loop? * ** * **** * ******
what is the difference between unix os and linux os
What is a static function in c?