what is recursion in C
No Answer is Posted For this Question
Be the First to Post Answer
Which are low level languages?
how to devloped c lenguege?
what will be the output of the following program, justify? #define TEST int TEST getdata() { static i; i+=10; return i; } main() { int k; k = getdata(); }
Input any no. and print all the the numbers that comes before it like this for e.g input = 4 0 01 012 0123 01234 plz answer it 2day
What is structure in c explain with example?
What is I ++ in c programming?
when will be evaluated as true/ if(x==x==x) a) x=1; b) x=0; c) x=-1; d) none
WAP – represent a char in binary format
Explain union.
Can we assign string to char pointer?
f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed
C,c++, Java is all are structural oriented or procedure oriented language..?